]> git.sesse.net Git - vlc/commitdiff
control.h: Tiger/gcc-4 compile fix
authorEric Petit <titer@videolan.org>
Fri, 3 Jun 2005 20:51:41 +0000 (20:51 +0000)
committerEric Petit <titer@videolan.org>
Fri, 3 Jun 2005 20:51:41 +0000 (20:51 +0000)
include/vlc/control.h

index 8b727e57591bf146c4c3635ed2a0782886111418..b699f0f30287a5c34a285e7e6c92fd411170ea56 100644 (file)
@@ -36,8 +36,9 @@ extern "C" {
 #define WINDOWHANDLE int
 #endif
 
-
+#ifndef __bool_true_false_are_defined
 typedef int bool;
+#endif
 
 /************************************************************************
  * Position Object Manipulation