diff options
author | nyamatongwe <devnull@localhost> | 2000-04-27 14:31:38 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-27 14:31:38 +0000 |
commit | 636607c512224476f444c4fa770846cd3150fbda (patch) | |
tree | 7f5e362534dee47daf3ec3d1af9efe142fb62952 /include/Platform.h | |
parent | cdfc99d5508d335a3f7b549badfb68b1afdfe7c8 (diff) | |
download | scintilla-mirror-636607c512224476f444c4fa770846cd3150fbda.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.h | 1 |
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 |