/platform/win/platform/vars/library.d
D | 17 lines | 5 code | 3 blank | 9 comment | 0 complexity | ce5f64fef29c43217495277073b6f678 MD5 | raw file
- /*
- * library.d
- *
- * This module has the structure that is kept with a Library class for Windows.
- *
- * Author: Dave Wilkinson
- * Originated: July 22th, 2009
- *
- */
- module platform.vars.library;
- import platform.win.common;
- struct LibraryPlatformVars {
- HMODULE hmodule;
- }