freemyipod r202 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r201‎ | r202 | r203 >
Date:15:13, 6 September 2010
Author:theseven
Status:new
Tags:
Comment:
Also declare true and false for ASM code
Modified paths:
  • /embios/trunk/global.h (modified) (history)

Diff [purge]

Index: embios/trunk/global.h
@@ -47,10 +47,11 @@
4848 #include "libc/include/string.h"
4949 #include "libc/include/sys/types.h"
5050 typedef int bool;
 51+#endif
5152 #define true 1
5253 #define false 0
53 -#endif
5454
 55+
5556 #ifndef IN_APPLICATION_CODE
5657 #include "build/version.h"
5758 #include "configmagic.h"