Commit 39778510 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent a6657bb0
...@@ -58,8 +58,6 @@ static HINSTANCE ICCVID_hModule; ...@@ -58,8 +58,6 @@ static HINSTANCE ICCVID_hModule;
#define ICCVID_MAGIC mmioFOURCC('c', 'v', 'i', 'd') #define ICCVID_MAGIC mmioFOURCC('c', 'v', 'i', 'd')
#define compare_fourcc(fcc1, fcc2) (((fcc1)^(fcc2))&~0x20202020) #define compare_fourcc(fcc1, fcc2) (((fcc1)^(fcc2))&~0x20202020)
#define DBUG 0
#define MAX_STRIPS 32 #define MAX_STRIPS 32
/* ------------------------------------------------------------------------ */ /* ------------------------------------------------------------------------ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment