I'm not sure I understand this commit, nor the PR that was merged before. This is a synced module, for a Vista+ export... What's the point of this? It would have been better to sync with Wine and have this patch upstream.
Le 18/11/2018 à 21:03, Hermès Bélusca-Maïto a écrit :
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2d320f5a8daf4627458e81...
commit 2d320f5a8daf4627458e81f0ffd51bdd8f60d120 Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Sun Nov 18 21:05:32 2018 +0100 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Sun Nov 18 21:06:22 2018 +0100
[OLE32] The CoDisconnectContext() stub added in 6a2f9673 (PR #1044) is actually Vista+. Caught by Thomas Faber.
dll/win32/ole32/ole32.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/ole32/ole32.spec b/dll/win32/ole32/ole32.spec index d4ed1163d4..97667918e9 100644 --- a/dll/win32/ole32/ole32.spec +++ b/dll/win32/ole32/ole32.spec @@ -23,7 +23,7 @@ # CoCreateObjectInContext # CoDeactivateObject @ stdcall -stub CoDisableCallCancellation(ptr) -@ stdcall -stub CoDisconnectContext(long) +@ stdcall -stub -version=0x600+ CoDisconnectContext(long) @ stdcall CoDisconnectObject(ptr long) @ stdcall CoDosDateTimeToFileTime(long long ptr) kernel32.DosDateTimeToFileTime @ stdcall -stub CoEnableCallCancellation(ptr)