haiku/src
Axel Dörfler 61ad5bc2e7 Fixed various problems with the latest stdbool.h changes, including stdbool.h itself:
- SupportDefs.h only includes stdbool.h if included from C
- stdbool.h for C++ now includes a macro for "bool" as defined by that header
- stdbool.h does nothing if __bool_true_false_are_defined is already defined
- stdbool.h no longer defines a _Bool enum, but defines _Bool as unsigned char, as
  previously done by SupportDefs.h (the previous version changed the size).
- The gensyscalls Jamfile now preprocesses its headers in C++ mode so that "bool"
  stays "bool", and doesn't become _Bool.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12042 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-26 18:01:40 +00:00
..
add-ons Under Haiku we don't have _kdprintf_ but we have (currently) debug_printf. 2005-03-25 20:27:27 +00:00
apps Moved bin/ out of apps/, make it build again. 2005-03-19 00:39:42 +00:00
bin Fixed compilation due to the stdbool.h update. 2005-03-26 15:33:54 +00:00
build Required for the build under Linux. Defines dl_iterate_phdr() which is a Linux specific glibc dependency. 2005-03-06 16:49:13 +00:00
data Moved keymaps to the common place for data files like timezones 2005-03-18 17:05:46 +00:00
kernel As Ingo pointed out, the breakpoint exception cannot be caused "naturally", 2005-03-26 15:36:41 +00:00
kits by Stefano Ceccherini 2005-03-25 13:18:26 +00:00
libs libagg is now build as static, excluded the build of the GUI controls for the interactive examples 2005-03-25 23:35:32 +00:00
prefs added usb devices and vendors list from NetBSD version 1.395 2005-02-18 20:27:26 +00:00
servers disable the build of agg_font_freetype.cpp for now 2005-03-26 16:49:40 +00:00
tests moved BitmapBuffer, because it comes in handy in app_server 2005-03-26 16:47:37 +00:00
tools Fixed various problems with the latest stdbool.h changes, including stdbool.h itself: 2005-03-26 18:01:40 +00:00
Jamfile Moved bin/ out of apps/, make it build again. 2005-03-19 00:39:42 +00:00