Commit df408ba3 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

pidgen: Add PIDGenSimpA stub.

parent d4b0249c
......@@ -43,3 +43,10 @@ BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
}
return TRUE;
}
int WINAPI PIDGenSimpA(LPCSTR str, int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8)
{
FIXME("%s,%d,%d,%d,%d,%d,%d,%d,%d\n", debugstr_a(str), p1, p2, p3, p4, p5, p6, p7, p8);
return 0;
}
@ stub PIDGenA
@ stub PIDGenW
@ stub PIDGenSimpA
@ stdcall PIDGenSimpA(str long long long long long long long long)
@ stub PIDGenSimpW
@ stub SetupPIDGenA
@ stub SetupPIDGenW
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment