1 /* This file is autogenerated, do not edit. */
2 
3 #include <stubs.h>
4 
5 int StubFunction()
6 {
7 	DbgPrint("WARNING: calling stub StubFunction()\n");
8 	__wine_spec_unimplemented_stub("testdll.xyz", __FUNCTION__);
9 	return 0;
10 }
11 
12 int __stdcall StdcallSuccessStub(void* a0)
13 {
14 	DbgPrint("WARNING: calling stub StdcallSuccessStub(0x%p)\n", (void*)a0);
15 	return 0;
16 }
17 
18