From 36550f3c1ed7cc7207ae04206b8424cde303691b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 14 Mar 2010 01:02:05 +0000 Subject: Using preprocessor that should be set in environment rather than from Platform.h to avoid use of PLatform.h. --- include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.h') 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(); -- cgit v1.2.3