/platform/win/platform/vars/file.d

http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 3 blank · 9 comment · 0 complexity · e1764fbe0a5d1c04ad379e34216c2453 MD5 · raw file

  1. /*
  2. * file.d
  3. *
  4. * This module has the structure that is kept with a File class for Windows.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 22th, 2009
  8. *
  9. */
  10. module platform.vars.file;
  11. import platform.win.common;
  12. struct FilePlatformVars {
  13. HANDLE f;
  14. }