msvcrt[1/2]: add initial tests for dlls/msvcrt/data.c

Alexandre Julliard julliard at winehq.org
Mon Jun 12 05:23:08 CDT 2006


Andrew Ziem <ahziem1 at 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 at winehq.org



More information about the wine-devel mailing list