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. :)