PageRenderTime 3ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/platform/win/platform/vars/library.d

http://github.com/wilkie/djehuty
D | 17 lines | 5 code | 3 blank | 9 comment | 0 complexity | ce5f64fef29c43217495277073b6f678 MD5 | raw file
  1. /*
  2. * library.d
  3. *
  4. * This module has the structure that is kept with a Library class for Windows.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 22th, 2009
  8. *
  9. */
  10. module platform.vars.library;
  11. import platform.win.common;
  12. struct LibraryPlatformVars {
  13. HMODULE hmodule;
  14. }