diff options
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r-- | include/Scintilla.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h index 2a51f84f6..483adb5de 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -12,10 +12,8 @@ #define SCINTILLA_H #if PLAT_WIN -#ifdef STATIC_BUILD void Scintilla_RegisterClasses(void *hInstance); #endif -#endif // Here should be placed typedefs for uptr_t, an unsigned integer type large enough to // hold a pointer and sptr_t, a signed integer large enough to hold a pointer. |