Re: [PATCH 1/2] extrac32: Add /D switch support.
22 Apr
2013
22 Apr
'13
10:42 a.m.
Sergey Guralnik <serhio(a)etersoft.ru> writes:
@@ -202,6 +228,9 @@ int PASCAL wWinMain(HINSTANCE hInstance, HINSTANCE prev, LPWSTR cmdline, int sho WCHAR path[MAX_PATH]; LPCWSTR cabfile = NULL;
+ extr_printf = (void*)GetProcAddress(LoadLibraryA("msvcrt"), "printf"); + if(!extr_printf) + return 1;
Mixing C runtimes is not a good idea. -- Alexandre Julliard julliard(a)winehq.org
4618
Age (days ago)
4618
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard