diff options
Diffstat (limited to 'scintilla/win32/PlatformRes.h')
-rw-r--r-- | scintilla/win32/PlatformRes.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scintilla/win32/PlatformRes.h b/scintilla/win32/PlatformRes.h new file mode 100644 index 0000000..6a3c23f --- /dev/null +++ b/scintilla/win32/PlatformRes.h @@ -0,0 +1,8 @@ +// Scintilla source code edit control
+/** @file PlatformRes.h
+ ** Defines IDs of resources used by Scintilla on Windows platform.
+ **/
+// Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org>
+// The License.txt file describes the conditions under which this software may be distributed.
+
+#define IDC_MARGIN 400
|