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