aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-07 10:47:57 +0000
committernyamatongwe <unknown>2002-01-07 10:47:57 +0000
commitc870a19bd410d19581a67447e554e66895e4236f (patch)
tree9f7166d4b7a69c6d64bdbbd7e05c20e813ac9134 /include/Scintilla.h
parentd3fcdf43d191ed39bc3a7e74c39541c8b282f663 (diff)
downloadscintilla-mirror-c870a19bd410d19581a67447e554e66895e4236f.tar.gz
Removed an ifdef that didn't add much.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
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.