aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 429b7a9d7..f78fa7c31 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -21,11 +21,8 @@ void Scintilla_RegisterClasses(HINSTANCE hInstance);
// 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.
// May need to be changed for 64 bit platforms.
-#ifndef POINTER_TYPES
-#define POINTER_TYPES
typedef unsigned long uptr_t;
typedef long sptr_t;
-#endif
typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, sptr_t lParam);