mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
iccvid: Fix compiler warnings with flag -Wunused-macros.
This commit is contained in:
parent
a6657bb084
commit
3977851004
@ -58,8 +58,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
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user