/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
- /*
- * thread.d
- *
- * This module has the structure that is kept with a Thread class for Windows.
- *
- * Author: Dave Wilkinson
- * Originated: July 22th, 2009
- *
- */
- module platform.vars.thread;
- struct ThreadPlatformVars {
- }