mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[PIDGEN] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
fa56cfc9ab
commit
59e9abd907
3 changed files with 9 additions and 2 deletions
|
@ -50,3 +50,10 @@ int WINAPI PIDGenSimpA(LPCSTR str, int p1, int p2, int p3, int p4, int p5, int p
|
||||||
|
|
||||||
return 0;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@ stub PIDGenA
|
@ stub PIDGenA
|
||||||
@ stub PIDGenW
|
@ stub PIDGenW
|
||||||
@ stdcall PIDGenSimpA(str long long long long long long long long)
|
@ 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 SetupPIDGenA
|
||||||
@ stub SetupPIDGenW
|
@ stub SetupPIDGenW
|
||||||
@ stub VerifyPIDSequenceW
|
@ stub VerifyPIDSequenceW
|
||||||
|
|
|
@ -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/olesvr32 # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/olethk32 # 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/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/powrprof # Forked at Wine-1.0rc5
|
||||||
reactos/dll/win32/printui # Synced to WineStaging-3.3
|
reactos/dll/win32/printui # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/propsys # Synced to WineStaging-3.9
|
reactos/dll/win32/propsys # Synced to WineStaging-3.9
|
||||||
|
|
Loading…
Reference in a new issue