Bug Fix With Delay load function in Shell32 (version2)

Dimitrie O. Paun dpaun at rogers.com
Sun Jan 12 09:51:11 CST 2003


On January 12, 2003 12:08 pm, Robert Shearman wrote:

> Index: shellole.c

Please make your patches relative to wine's root.

> -HINSTANCE hShellOle32 = 0;
> +HINSTANCE g_hShellOle32 = 0; /* global handle to ole32.dll */

Also, please do not introduce ugly naming conventions like the above,
especially when the style the DLL is written in does not call for it.

In general, we have none of these conventions in Wine, and it's 
preferable to just avoid them. We have a bunch of others though. :)

-- 
Dimi.




More information about the wine-devel mailing list