mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CLUSAPI] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
ca1d7c82da
commit
d4a72c78a2
2 changed files with 5 additions and 7 deletions
|
@ -18,14 +18,12 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <clusapi.h>
|
||||
#include <wine/debug.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "clusapi.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(clusapi);
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ reactos/dll/win32/avifil32 # Synced to WineStaging-3.3
|
|||
reactos/dll/win32/bcrypt # Synced to WineStaging-1.9.23
|
||||
reactos/dll/win32/browseui # Out of sync
|
||||
reactos/dll/win32/cabinet # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/clusapi # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/clusapi # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/comcat # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/comctl32 # Synced to Wine-3.0
|
||||
reactos/dll/win32/comdlg32 # Synced to Wine-3.0
|
||||
|
|
Loading…
Reference in a new issue