for mingw

pull/306/head
Damiano 4 years ago committed by GitHub
parent 43d95b5dc2
commit 7215864558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,15 +2,15 @@
#include "Event.h"
#if NV_OS_WIN32
#include "Win32.h"
#elif NV_OS_USE_PTHREAD
#if NV_OS_USE_PTHREAD
#include <pthread.h>
#elif NV_OS_WIN32
#include "Win32.h"
#endif
using namespace nv;
#if NV_OS_WIN32
#if NV_OS_WIN32 && !NV_OS_MINGW
struct Event::Private {
HANDLE handle;

Loading…
Cancel
Save