phoboslab / qoi

The “Quite OK Image Format” for fast, lossless image compression
MIT License
6.83k stars 328 forks source link

qiobench.c: Fix compilation error on Windows #277

Open vtorri opened 11 months ago

vtorri commented 11 months ago

windows.h includes wingdi.h. The latter already defines the ERROR macro. Rename ERROR to QOI_ERR to fix this.