19 Aug
2010
19 Aug
'10
9:58 a.m.
Stefan Leichter <Stefan.Leichter(a)camline.com> writes:
+ HINSTANCE hinst32; + if (hinst16 == GetModuleHandle16("msvideo.dll")) + hinst32 = GetModuleHandleA("msvfw32.dll"); + else + hinst32 = HINSTANCE_32(GetExePtr( hinst16 ));
This doesn't seem right. Why do you need this? -- Alexandre Julliard julliard(a)winehq.org