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…
Reference in New Issue