winemp3: Check the right macro when defining TRUE.
This commit is contained in:
parent
24866e7906
commit
23d3302e38
|
@ -61,7 +61,7 @@
|
||||||
#ifndef FALSE
|
#ifndef FALSE
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef FALSE
|
#ifndef TRUE
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue