Dylan Smith dylan.ah.smith@gmail.com writes:
@@ -264,3 +267,6 @@ void registry_read_maximized(DWORD*); void registry_set_filelist(LPCWSTR, HWND); void registry_set_formatopts_all(DWORD[], DWORD[]); void registry_set_options(HWND);
+/* olecallback.c */ +HRESULT SetupRichEditOleCallback(HWND hEditorWnd);
Please follow the naming convention of the other internal functions; in particular, don't name an internal function in a way that looks like a Windows API.