From d195dba52387651c7984bdd47bde3f7edc11cd96 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 7 Jan 2002 10:47:57 +0000 Subject: Removed an ifdef that didn't add much. --- include/Scintilla.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/Scintilla.h') 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. -- cgit v1.2.3