ReactOS 0.4.15-dev-7953-g1f49173
08-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
13{
14 DbgPrint("WARNING: calling stub StdcallSuccessStub(0x%p)\n", (void*)a0);
15 return 0;
16}
17
int StubFunction()
Definition: 08-stubs.c:5
int __stdcall StdcallSuccessStub(void *a0)
Definition: 08-stubs.c:12
#define __FUNCTION__
Definition: types.h:116
#define DbgPrint
Definition: hal.h:12
#define __wine_spec_unimplemented_stub(module, function)
Definition: stubs.h:54
#define __stdcall
Definition: typedefs.h:25