pidgen: Add stub for PIDGenSimpW.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45770
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Louis Lenders 2018-09-06 13:23:29 +02:00 committed by Alexandre Julliard
parent 847fb84d81
commit db2d831600
2 changed files with 8 additions and 1 deletions

View File

@ -50,3 +50,10 @@ int WINAPI PIDGenSimpA(LPCSTR str, int p1, int p2, int p3, int p4, int p5, int p
return 0;
}
int WINAPI PIDGenSimpW(const WCHAR* 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_w(str), p1, p2, p3, p4, p5, p6, p7, p8);
return 0;
}

View File

@ -1,7 +1,7 @@
@ stub PIDGenA
@ stub PIDGenW
@ stdcall PIDGenSimpA(str long long long long long long long long)
@ stub PIDGenSimpW
@ stdcall PIDGenSimpW(wstr long long long long long long long long)
@ stub SetupPIDGenA
@ stub SetupPIDGenW
@ stub VerifyPIDSequenceW