haiku/src/tests/add-ons
Ingo Weinhold 468009f830 Replaced all "bool"s by "int"s. Apparently passing a bool as function
parameter from a C++ to a C context doesn't work as expected (on x86).
The caller reserves 4 bytes on the stack, but initializes only the
less significant 2 of them, while the callee reads all four bytes.
A symptom was, that one couldn't remove a symlink pointing to a directory.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16352 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-02-11 19:35:41 +00:00
..
input_server Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
kernel Replaced all "bool"s by "int"s. Apparently passing a bool as function 2006-02-11 19:35:41 +00:00
media Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
print Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
translators Fixed unit tests build for platforms libbe_test and r5. Only randomly tested 2005-11-09 16:17:31 +00:00
Jamfile Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00