]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/scintilla/include/Scintilla.h
Don't show anything in the cells which should be empty in Cocoa wxDVC.
[wxWidgets.git] / 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
-#include <basetsd.h>
+#include <windows.h>
 #endif
 #ifdef MAXULONG_PTR
 typedef ULONG_PTR uptr_t;