mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:53:41 +00:00
sync msvcrtd_winetest with wine 1.1.35
svn path=/trunk/; revision=44709
This commit is contained in:
parent
6387acbd9a
commit
616f139bc2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue