diff options
Diffstat (limited to 'src/powdertoyjava/OpenGLCanvasWin32.cpp')
| -rw-r--r-- | src/powdertoyjava/OpenGLCanvasWin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powdertoyjava/OpenGLCanvasWin32.cpp b/src/powdertoyjava/OpenGLCanvasWin32.cpp index 9df0a0b..7028d86 100644 --- a/src/powdertoyjava/OpenGLCanvasWin32.cpp +++ b/src/powdertoyjava/OpenGLCanvasWin32.cpp @@ -1,4 +1,4 @@ -#if defined(USE_JNI) && defined(WIN32) +#if defined(USE_JNI) && defined(WIN) #include "OpenGLCanvasWin32.h" static jfieldID ctxID = NULL; |
