ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "crtdbg.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | SETNOFAIL(x, y) x = (void*)GetProcAddress(hModule,y) |
#define | SET(x, y) do { SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y); } while(0) |
Functions | |
static void *__cdecl * | pMSVCRTD_operator_new_dbg (size_t, int, const char *, int) |
static void *__cdecl * | pMSVCRTD_operator_delete (void *) |
static BOOL | init_functions (void) |
static void | test_new (void) |
START_TEST (debug) | |
Definition at line 40 of file debug.c.
Referenced by START_TEST().
Referenced by init_functions(), and test_new().
Referenced by init_functions(), and test_new().