diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-11 08:58:03 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-11 08:58:03 +1100 |
commit | 10802b6407b8136c7b793b33e1bf596d9f26075e (patch) | |
tree | d9c8739089c5d13f656081ba05ce3ffbcad7727b /win32/PlatWin.h | |
parent | cf60b6799dcf30c8b5cbc1cbb1f48eb45abfaf29 (diff) | |
download | scintilla-mirror-10802b6407b8136c7b793b33e1bf596d9f26075e.tar.gz |
Support removed for Windows 95, 98, and ME.
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r-- | win32/PlatWin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index c284d42d3..e5913ba17 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -12,7 +12,6 @@ namespace Scintilla { #endif -extern bool IsNT(); extern void Platform_Initialise(void *hInstance); extern void Platform_Finalise(bool fromDllMain); |