]> git.saurik.com Git - wxWidgets.git/commitdiff
include windows.h instead of basetsd.h directly as this doesn't seem to be supported...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Apr 2009 23:42:04 +0000 (23:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Apr 2009 23:42:04 +0000 (23:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/stc/scintilla/include/Scintilla.h

index 29b8c32391986a78da469115178f125f52d7ad4f..36aed76b8eef3d93f246d603dd99b8d7b32a9e11 100644 (file)
@@ -26,7 +26,7 @@ int Scintilla_LinkLexers();
 // hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
 // May need to be changed for 64 bit platforms.
 #ifdef _WIN32
 // hold a pointer and sptr_t, a signed integer large enough to hold a pointer.
 // May need to be changed for 64 bit platforms.
 #ifdef _WIN32
-#include <basetsd.h>
+#include <windows.h>
 #endif
 #ifdef MAXULONG_PTR
 typedef ULONG_PTR uptr_t;
 #endif
 #ifdef MAXULONG_PTR
 typedef ULONG_PTR uptr_t;