reactos/modules/rostests/tests/spec2def/testdata/03-stubs.c

18 lines
351 B
C
Raw Normal View History

2019-08-20 17:09:10 +00:00
/* 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;
}