summaryrefslogtreecommitdiff
path: root/src/powdertoyjava/OpenGLCanvasWin32.cpp
diff options
context:
space:
mode:
authorntoskrnl <ntoskrnl11@yahoo.com>2012-07-29 16:14:14 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-02 14:21:16 (GMT)
commitf94fabd999c304de958cc051e9625f169cec138f (patch)
tree9ee58bc33bd745afa32b0d57b413cc7a555cd545 /src/powdertoyjava/OpenGLCanvasWin32.cpp
parent87dfc47c9785f834e61eef4545c503071d1665fc (diff)
downloadpowder-f94fabd999c304de958cc051e9625f169cec138f.zip
powder-f94fabd999c304de958cc051e9625f169cec138f.tar.gz
Rename WIN32 preprocessor definition to WIN
Diffstat (limited to 'src/powdertoyjava/OpenGLCanvasWin32.cpp')
-rw-r--r--src/powdertoyjava/OpenGLCanvasWin32.cpp2
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;