[PIDGEN] Sync with Wine Staging 4.0. CORE-15682

This commit is contained in:
Amine Khaldi 2019-02-02 13:27:41 +01:00
parent fa56cfc9ab
commit 59e9abd907
3 changed files with 9 additions and 2 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

View file

@ -148,7 +148,7 @@ reactos/dll/win32/olepro32 # Synced to WineStaging-3.3
reactos/dll/win32/olesvr32 # Synced to WineStaging-3.3
reactos/dll/win32/olethk32 # Synced to WineStaging-3.3
reactos/dll/win32/pdh # Synced to WineStaging-4.0
reactos/dll/win32/pidgen # Synced to WineStaging-3.9
reactos/dll/win32/pidgen # Synced to WineStaging-4.0
reactos/dll/win32/powrprof # Forked at Wine-1.0rc5
reactos/dll/win32/printui # Synced to WineStaging-3.3
reactos/dll/win32/propsys # Synced to WineStaging-3.9