ReactOS 0.4.15-dev-7906-g1b85a5f
09-stubs.c File Reference
#include <stubs.h>
Include dependency graph for 09-stubs.c:

Go to the source code of this file.

Functions

int StubFunction ()
 
int StdcallSuccessStub (void *a0)
 

Function Documentation

◆ StdcallSuccessStub()

int StdcallSuccessStub ( void a0)

Definition at line 12 of file 09-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 09-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