iccvid: Fix compiler warnings with flag -Wunused-macros.

This commit is contained in:
André Hentschel 2014-12-10 23:47:22 +01:00 committed by Alexandre Julliard
parent a6657bb084
commit 3977851004

View file

@ -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
/* ------------------------------------------------------------------------ */