/platform/osx/platform/vars/library.d
D | 15 lines | 4 code | 2 blank | 9 comment | 0 complexity | e1db15d973c8ca79862112406994a0dd MD5 | raw file
1/* 2 * library.d 3 * 4 * This module implements the platform specifics for the Library class. 5 * 6 * Author: Dave Wilkinson 7 * Originated: July 25th, 2009 8 * 9 */ 10 11module platform.vars.library; 12 13struct LibraryPlatformVars { 14 void* handle; 15}