aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-01-07 10:47:57 +0000
committernyamatongwe <devnull@localhost>2002-01-07 10:47:57 +0000
commitd195dba52387651c7984bdd47bde3f7edc11cd96 (patch)
tree9f7166d4b7a69c6d64bdbbd7e05c20e813ac9134
parentd9e043da1399edacc04b6e98624a906edad09b6f (diff)
downloadscintilla-mirror-d195dba52387651c7984bdd47bde3f7edc11cd96.tar.gz
Removed an ifdef that didn't add much.
-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.