aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-03-14 01:02:05 +0000
committernyamatongwe <devnull@localhost>2010-03-14 01:02:05 +0000
commit36550f3c1ed7cc7207ae04206b8424cde303691b (patch)
treefbb9386f900d8d01f9b4a4a75e688e1d0599ef7b /include/Scintilla.h
parenta158742c0231b348b4663b9900e7da95e05cde48 (diff)
downloadscintilla-mirror-36550f3c1ed7cc7207ae04206b8424cde303691b.tar.gz
Using preprocessor that should be set in environment rather than from
Platform.h to avoid use of PLatform.h.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 999cd86f5..2a79f6649 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -19,7 +19,7 @@ typedef BOOL bool;
extern "C" {
#endif
-#if PLAT_WIN
+#if defined(_WIN32)
/* Return false on failure: */
bool Scintilla_RegisterClasses(void *hInstance);
bool Scintilla_ReleaseResources();