12 Jun
2006
12 Jun
'06
10:23 a.m.
Andrew Ziem <ahziem1(a)mailbolt.com> writes:
+typedef void (*_INITTERMFUN)(void); +unsigned int (WINAPI *p_initterm)(_INITTERMFUN *,_INITTERMFUN *);
Msvcrt functions are not WINAPI. And why don't you simply call the function directly instead of loading it dynamically? -- Alexandre Julliard julliard(a)winehq.org