22 Jul
2010
22 Jul
'10
10:55 a.m.
Dylan Smith <dylan.ah.smith(a)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. -- Alexandre Julliard julliard(a)winehq.org