/platform/win/platform/vars/thread.d

http://github.com/wilkie/djehuty · D · 14 lines · 3 code · 2 blank · 9 comment · 0 complexity · 577e073d9c87e6ec6208384c3a982c38 MD5 · raw file

  1. /*
  2. * thread.d
  3. *
  4. * This module has the structure that is kept with a Thread class for Windows.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 22th, 2009
  8. *
  9. */
  10. module platform.vars.thread;
  11. struct ThreadPlatformVars {
  12. }