From 32056de116bf65368ccff2e887d29fbf81075bed Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 28 Oct 2001 01:28:28 +0000 Subject: Removed platform-specific headers from Platform.h and thus stopped visibility of these headers to most code. --- include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.h') 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 -- cgit v1.2.3