diff options
| author | nyamatongwe <devnull@localhost> | 2002-01-07 10:47:57 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-01-07 10:47:57 +0000 | 
| commit | d195dba52387651c7984bdd47bde3f7edc11cd96 (patch) | |
| tree | 9f7166d4b7a69c6d64bdbbd7e05c20e813ac9134 /include/Scintilla.h | |
| parent | d9e043da1399edacc04b6e98624a906edad09b6f (diff) | |
| download | scintilla-mirror-d195dba52387651c7984bdd47bde3f7edc11cd96.tar.gz | |
Removed an ifdef that didn't add much.
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. | 
