msvcrtd/tests: Fix calling convention for operator_new_dbg.
This commit is contained in:
parent
2ee9118266
commit
cbaf176013
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue