aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-04-27 14:31:38 +0000
committernyamatongwe <unknown>2000-04-27 14:31:38 +0000
commit7639831370cc8881f906bfe359dd004c7d4bd303 (patch)
tree7f5e362534dee47daf3ec3d1af9efe142fb62952 /include/Platform.h
parent737e74d9406dd30fc91c6d0f9728294c4422ef3c (diff)
downloadscintilla-mirror-7639831370cc8881f906bfe359dd004c7d4bd303.tar.gz
Added commctrl.h on Windows as now using tool bar and status bar controls in SciTE.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Platform.h b/include/Platform.h
index 590ab5e31..24c6b8854 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -45,6 +45,7 @@
#pragma warning(disable: 4800 4244 4309)
#endif
#include <windows.h>
+#include <commctrl.h>
#include <richedit.h>
#endif