Include <windows.h> to get access to THREAD_PRIORITY_* defines.

remotes/origin/master-1.1.x
Victor Julien 15 years ago
parent dd97d136a9
commit 95387b2297

@ -49,6 +49,7 @@ enum {
#elif OS_WIN32
#include <windows.h>
enum {
PRIO_LOW = THREAD_PRIORITY_LOWEST,
PRIO_MEDIUM = THREAD_PRIORITY_NORMAL,

Loading…
Cancel
Save