aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-10-28 01:28:28 +0000
committernyamatongwe <unknown>2001-10-28 01:28:28 +0000
commit19b8b95e52c0c98566819492a6a5bb829314cec9 (patch)
tree493a0791cb7757d3e8397e242eef5c4f764a5aee /include/Scintilla.h
parent83ec763aff39f7dd7dbd80954335e1841d061601 (diff)
downloadscintilla-mirror-19b8b95e52c0c98566819492a6a5bb829314cec9.tar.gz
Removed platform-specific headers from Platform.h and thus stopped
visibility of these headers to most code.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index e49bd959e..beeda1ab6 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -13,7 +13,7 @@
#if PLAT_WIN
#ifdef STATIC_BUILD
-void Scintilla_RegisterClasses(HINSTANCE hInstance);
+void Scintilla_RegisterClasses(void *hInstance);
#endif
#endif