sync msvcrtd_winetest with wine 1.1.35
[reactos.git] / rostests / winetests / msvcrtd / debug.c
index fbfcdc5..71f6e4c 100644 (file)
@@ -30,7 +30,7 @@
 
 /**********************************************************************/
 
-static void * (*pMSVCRTD_operator_new_dbg)(unsigned long, 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)