https://git.reactos.org/?p=reactos.git;a=commitdiff;h=452324662809497607cf46fba15fc222f4ed3407

commit 452324662809497607cf46fba15fc222f4ed3407
Author:     Amine Khaldi <[email protected]>
AuthorDate: Mon Jun 4 03:46:44 2018 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Mon Jun 4 03:46:44 2018 +0100

    [PIDGEN] Sync with Wine Staging 3.9. CORE-14656
---
 dll/win32/pidgen/main.c      | 7 +++++++
 dll/win32/pidgen/pidgen.spec | 2 +-
 media/doc/README.WINE        | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dll/win32/pidgen/main.c b/dll/win32/pidgen/main.c
index 3aa3e84444..cf165eae13 100644
--- a/dll/win32/pidgen/main.c
+++ b/dll/win32/pidgen/main.c
@@ -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;
+}
diff --git a/dll/win32/pidgen/pidgen.spec b/dll/win32/pidgen/pidgen.spec
index ad5c3694a9..8b7e778b91 100644
--- a/dll/win32/pidgen/pidgen.spec
+++ b/dll/win32/pidgen/pidgen.spec
@@ -1,6 +1,6 @@
 @ stub PIDGenA
 @ stub PIDGenW
-@ stub PIDGenSimpA
+@ stdcall PIDGenSimpA(str long long long long long long long long)
 @ stub PIDGenSimpW
 @ stub SetupPIDGenA
 @ stub SetupPIDGenW
diff --git a/media/doc/README.WINE b/media/doc/README.WINE
index c3ec642a03..66344e960a 100644
--- a/media/doc/README.WINE
+++ b/media/doc/README.WINE
@@ -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-3.3
-reactos/dll/win32/pidgen              # Synced to WineStaging-3.3
+reactos/dll/win32/pidgen              # Synced to WineStaging-3.9
 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.3

Reply via email to