mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
17 lines
341 B
C
17 lines
341 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 StdcallSuccessStub(void* a0)
|
|
{
|
|
DbgPrint("WARNING: calling stub StdcallSuccessStub(0x%p)\n", (void*)a0);
|
|
return 0;
|
|
}
|
|
|