libFLAC/cpu.c: Fix dfprintf macro for MSVS
This commit is contained in:
parent
bba26a551f
commit
51fc948746
@ -69,7 +69,7 @@
|
||||
#define dfprintf fprintf
|
||||
#else
|
||||
/* This is bad practice, it should be a static void empty function */
|
||||
#define dfprintf(file, format, args...)
|
||||
#define dfprintf(file, format, ...)
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user