From 97b1fb2bada0b5cf9a451b73a26602fef3d65c0e Mon Sep 17 00:00:00 2001 From: winesync Date: Fri, 29 Dec 2023 19:57:42 +0100 Subject: [PATCH] *** Empty winesyncs *** [WINESYNC] include: Move cfgmgr32.h to include/ to match the SDK. wine commit id 3b6017ae1894648f478ab242207e1153c20c8b57 by James Hawkins [WINESYNC] setupapi: Fix a typo. wine commit id ab83183c03e0eccda67176f393ea0525b4d1ecf9 by Dmitry Timoshkov [WINESYNC] setupapi: The inf section suffix that corresponds to __x86_64 is .ntamd64. wine commit id 709735e294412a0cab15696faa9fcf6833e552bc by Hans Leidekker [WINESYNC] setupapi: Implement SetupGetSourceInfo{A,W}. wine commit id ae64a62241ce8868c5cd0420792217549e2f2145 by Hans Leidekker [WINESYNC] setupapi: Added AssertFail stub. wine commit id 3d11b8650c4392043b0d84850011b1c19b75d589 by Christian Gmeiner [WINESYNC] setupapi: Add a stub implementation for SetupPromptReboot. wine commit id 7f31cc47561a9e903cdccd9b7de3a3faf645e154 by Hans Leidekker [WINESYNC] setupapi: Fix handling of 'CopyFiles=@file'. wine commit id 8cfd0251646862dd1415c9ac028958c044b38eb1 by Francois Gouget [WINESYNC] setupapi: Add stub implementations for SetupDiGetINFClass and SetupSetSourceList. wine commit id 275dbeb74e525c52ee0ae384d8e11068b6c949f7 by Hans Leidekker [WINESYNC] setupapi: Implement SetupCopyOEMInf{A,W}. wine commit id 939e8e4ce279a24b2bc2f716b5fcb66748677434 by Hans Leidekker [WINESYNC] setupapi: Always return an empty list from SetupDiGetClassDevs. wine commit id 7a039ebbf14b91c4db2b1868b4df6c5a873d4722 by Hans Leidekker [WINESYNC] setupapi: Add a stub implementation for InstallCatalog. wine commit id a9e4ced18b237f97d2be7473afca9076ff1ea9c4 by Hans Leidekker [WINESYNC] setupapi: Add several tests for SetupCopyOEMInf, with fixes so the tests don't crash. wine commit id 9eaea34e041671fa63095a825c32978d1a9780d5 by James Hawkins [WINESYNC] setupapi: Fix InstallCatalog()'s calling convention. wine commit id 61db3be294dd65341dfdfcdc6ab21dce4402aebd by Francois Gouget [WINESYNC] setupapi: Handle the SP_COPY_NOOVERWRITE flag. wine commit id 3e5f62b2d8d7353f890ca6e4fb27809c9f7dae8f by James Hawkins [WINESYNC] setupapi: Don't allow relative paths in SetupCopyOEMInf. wine commit id efa6591fff772c7fc88f3dd26500610f55d6b551 by James Hawkins [WINESYNC] setupapi: The Inf file should be copied regardless of the destination buffer, with tests. wine commit id ff326fd0ffd4ad017634d6d068781d8a0736d4a2 by James Hawkins [WINESYNC] setupapi: Correct the Inf output position. wine commit id 672952d2b6abf525d3ccd73b68ee418f51f8eae2 by James Hawkins [WINESYNC] setupapi: SetLastError to ERROR_SUCCESS on success. wine commit id 405b96e979dcb751988e061cd1f78319232d3d84 by James Hawkins [WINESYNC] setupapi: Implement SetupGetFileCompressionInfoEx{A, W}. wine commit id 8ccc19c74c43d81965ecffdaf9bce9d965a25f1b by Hans Leidekker [WINESYNC] setupapi: Implement SetupDecompressOrCopyFile{A, W}. wine commit id c1950e2dccb0d16398997a228c3716a332d827d2 by Hans Leidekker --- sdk/tools/winesync/setupapi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tools/winesync/setupapi.cfg b/sdk/tools/winesync/setupapi.cfg index 9a782295d1b..78be88e9981 100644 --- a/sdk/tools/winesync/setupapi.cfg +++ b/sdk/tools/winesync/setupapi.cfg @@ -5,4 +5,4 @@ files: dlls/setupapi/misc.c: dll/win32/setupapi/misc.c dlls/setupapi/stubs.c: dll/win32/setupapi/stubs.c tags: - wine: 79ecfaf52f1c552c9f43c636e0133fe0b4d5e6c5 + wine: c1950e2dccb0d16398997a228c3716a332d827d2