[MSVCRTD_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=70114
This commit is contained in:
Amine Khaldi 2015-11-25 14:30:06 +00:00
parent 510ef6c9d5
commit 1d642fc5fa

View file

@ -36,7 +36,7 @@ static void * (__cdecl *pMSVCRTD_operator_new_dbg)(size_t, int, const char *, in
#define SETNOFAIL(x,y) x = (void*)GetProcAddress(hModule,y)
#define SET(x,y) do { SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y); } while(0)
static int init_functions(void)
static BOOL init_functions(void)
{
HMODULE hModule = LoadLibraryA("msvcrtd.dll");