Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
thread.cpp File Reference
#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, "")
 

Macro Definition Documentation

◆ _WIN32_WINNT

#define _WIN32_WINNT   0x0400

Definition at line 19 of file thread.cpp.

Variable Documentation

◆ test_event

HANDLE test_event = ::CreateEvent (NULL, FALSE, FALSE, "")

Definition at line 127 of file thread.cpp.