Commit cbaf1760 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcrtd/tests: Fix calling convention for operator_new_dbg.

parent 2ee91182
......@@ -30,7 +30,7 @@
/**********************************************************************/
static void * (*pMSVCRTD_operator_new_dbg)(size_t, int, const char *, int) = NULL;
static void * (__cdecl *pMSVCRTD_operator_new_dbg)(size_t, int, const char *, int) = NULL;
/* Some exports are only available in later versions */
#define SETNOFAIL(x,y) x = (void*)GetProcAddress(hModule,y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment