wordpad: Allow objects & images to be added with native riched20. (resend)

Alexandre Julliard julliard at winehq.org
Thu Jul 22 05:55:54 CDT 2010


Dylan Smith <dylan.ah.smith at 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 at winehq.org



More information about the wine-devel mailing list