/platform/osx/platform/vars/library.d
http://github.com/wilkie/djehuty · D · 15 lines · 4 code · 2 blank · 9 comment · 0 complexity · e1db15d973c8ca79862112406994a0dd MD5 · raw file
- /*
- * library.d
- *
- * This module implements the platform specifics for the Library class.
- *
- * Author: Dave Wilkinson
- * Originated: July 25th, 2009
- *
- */
- module platform.vars.library;
- struct LibraryPlatformVars {
- void* handle;
- }