Re: splitting msvideo/msvfw32
30 Oct
2002
30 Oct
'02
8:43 p.m.
Eric Pouech <eric.pouech(a)wanadoo.fr> writes:
+ case DLL_PROCESS_ATTACH: + if (!GetModuleHandleA("MSVFW32.DLL") && !LoadLibraryA("MSVFW32.DLL")) + { + ERR("Could not load sibling MSVfW32.dll\n"); + return FALSE; + }
Note that this is not necessary. The 32-bit dll is always loaded before the 16-bit one (otherwise we couldn't reference symbols in it). -- Alexandre Julliard julliard(a)winehq.com
8445
Age (days ago)
8445
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard