mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 21:43:41 +08:00
[ICCVID] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=66871
This commit is contained in:
parent
9d1ae195ab
commit
72f999efd7
@ -62,8 +62,6 @@ static HINSTANCE ICCVID_hModule;
|
||||
|
||||
#define ICCVID_MAGIC mmioFOURCC('c', 'v', 'i', 'd')
|
||||
#define compare_fourcc(fcc1, fcc2) (((fcc1)^(fcc2))&~0x20202020)
|
||||
|
||||
#define DBUG 0
|
||||
#define MAX_STRIPS 32
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
@ -81,7 +81,7 @@ reactos/dll/win32/hhctrl.ocx # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/hlink # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/hnetcfg # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/httpapi # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/iccvid # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/iccvid # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/icmp # Out of sync
|
||||
reactos/dll/win32/ieframe # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/imaadp32.acm # Synced to Wine-1.7.27
|
||||
|
Loading…
Reference in New Issue
Block a user