mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
18 lines
351 B
C
18 lines
351 B
C
|
/* This file is autogenerated, do not edit. */
|
||
|
|
||
|
#include <stubs.h>
|
||
|
|
||
|
int StubFunction()
|
||
|
{
|
||
|
DbgPrint("WARNING: calling stub StubFunction()\n");
|
||
|
__wine_spec_unimplemented_stub("testdll.xyz", __FUNCTION__);
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
int __stdcall StdcallSuccessStub(void* a0)
|
||
|
{
|
||
|
DbgPrint("WARNING: calling stub StdcallSuccessStub(0x%p)\n", (void*)a0);
|
||
|
return 0;
|
||
|
}
|
||
|
|