#include "thread.h"#include "except.h"#include "wwdebug.h"#include <process.h>#include <windows.h>#include "systimer.h"Go to the source code of this file.
Macros | |
| #define | _WIN32_WINNT 0x0400 |
Variables | |
| HANDLE | test_event = ::CreateEvent (NULL, FALSE, FALSE, "") |
| #define _WIN32_WINNT 0x0400 |
Definition at line 19 of file thread.cpp.
Definition at line 127 of file thread.cpp.