/platform/win/platform/vars/semaphore.d
http://github.com/wilkie/djehuty · D · 17 lines · 5 code · 3 blank · 9 comment · 0 complexity · b9b78cad8a8c3edccc048375b65d3f79 MD5 · raw file
- /*
- * semaphore.d
- *
- * This module has the structure that is kept with a Semaphore class for Windows.
- *
- * Author: Dave Wilkinson
- * Originated: July 22th, 2009
- *
- */
- module platform.vars.semaphore;
- import platform.win.common;
- struct SemaphorePlatformVars {
- HANDLE _semaphore;
- }