sync msvcrtd_winetest with wine 1.1.35

svn path=/trunk/; revision=44709
This commit is contained in:
Christoph von Wittich 2009-12-22 11:50:11 +00:00
parent 6387acbd9a
commit 616f139bc2

View 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)