ReactOS 0.4.15-dev-7924-g5949c20
03-stubs.c File Reference
#include <stubs.h>
Include dependency graph for 03-stubs.c:

Go to the source code of this file.

Functions

int StubFunction ()
 
int __stdcall StdcallSuccessStub (void *a0)
 

Function Documentation

◆ StdcallSuccessStub()

int __stdcall StdcallSuccessStub ( void a0)

Definition at line 12 of file 03-stubs.c.

13{
14 DbgPrint("WARNING: calling stub StdcallSuccessStub(0x%p)\n", (void*)a0);
15 return 0;
16}
#define DbgPrint
Definition: hal.h:12

◆ StubFunction()

int StubFunction ( )

Definition at line 5 of file 03-stubs.c.

6{
7 DbgPrint("WARNING: calling stub StubFunction()\n");
9 return 0;
10}
#define __FUNCTION__
Definition: types.h:116
#define __wine_spec_unimplemented_stub(module, function)
Definition: stubs.h:54