On 12/23/2009 07:08 PM, Steven Edwards wrote:
- hShell32 = LoadLibraryW(wszShell32);
Isn't shell32 already available (it's imported, see Makefile.in)? If so a GetModuleHandleW() would suffice.
On Wed, Dec 23, 2009 at 1:26 PM, Paul Vriens paul.vriens.wine@gmail.com wrote:
Isn't shell32 already available (it's imported, see Makefile.in)? If so a GetModuleHandleW() would suffice.
Your right. Looking closer it looks like I didn't follow the Tab abuse that's used in the rest of the file either so I'll resubmit with both of those changes.
Thanks