/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

  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. module platform.vars.library;
  11. struct LibraryPlatformVars {
  12. void* handle;
  13. }