Module: wine Branch: master Commit: 3977851004f410ca9478aae7320007f11bdbfcc7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3977851004f410ca9478aae732...
Author: André Hentschel nerv@dawncrow.de Date: Wed Dec 10 23:47:22 2014 +0100
iccvid: Fix compiler warnings with flag -Wunused-macros.
---
dlls/iccvid/iccvid.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/iccvid/iccvid.c b/dlls/iccvid/iccvid.c index b1cdd69..4a59dae 100644 --- a/dlls/iccvid/iccvid.c +++ b/dlls/iccvid/iccvid.c @@ -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
/* ------------------------------------------------------------------------ */