reactos/modules/rostests/tests/spec2def/testdata/04-stubs.c
2019-08-23 18:10:28 +02:00

18 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;
}