winemp3: Check the right macro when defining TRUE.

oldstable
Chris Robinson 2007-07-10 09:05:38 -07:00 committed by Alexandre Julliard
parent 24866e7906
commit 23d3302e38
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
#ifndef FALSE
#define FALSE 0
#endif
#ifndef FALSE
#ifndef TRUE
#define TRUE 1
#endif