From: Christoph von Wittich Date: Tue, 22 Dec 2009 11:50:11 +0000 (+0000) Subject: sync msvcrtd_winetest with wine 1.1.35 X-Git-Tag: backups/aicom-network-stable@46924~203 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=616f139bc27e0c5462e17a489fcd953024fd14eb;ds=sidebyside sync msvcrtd_winetest with wine 1.1.35 svn path=/trunk/; revision=44709 --- diff --git a/rostests/winetests/msvcrtd/debug.c b/rostests/winetests/msvcrtd/debug.c index fbfcdc5ea4d..71f6e4c3966 100644 --- a/rostests/winetests/msvcrtd/debug.c +++ b/rostests/winetests/msvcrtd/debug.c @@ -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)