ReactOS 0.4.15-dev-8251-g7e89227
09-stubs.c
Go to the documentation of this file.
1/* This file is autogenerated, do not edit. */
2
3#include <stubs.h>
4
6{
7 DbgPrint("WARNING: calling stub StubFunction()\n");
9 return 0;
10}
11
12int StdcallSuccessStub(void* a0)
13{
14 DbgPrint("WARNING: calling stub StdcallSuccessStub(0x%p)\n", (void*)a0);
15 return 0;
16}
17
int StdcallSuccessStub(void *a0)
Definition: 09-stubs.c:12
int StubFunction()
Definition: 09-stubs.c:5
#define __FUNCTION__
Definition: types.h:116
#define DbgPrint
Definition: hal.h:12
#define __wine_spec_unimplemented_stub(module, function)
Definition: stubs.h:54