Disable function remapping via macros

STL fstream::open() is used, so the macros break the build.
This commit is contained in:
Ingo Weinhold 2011-06-30 19:18:21 +02:00
parent 4dbc245798
commit e954868b70

View File

@ -12,6 +12,10 @@ local localetools =
<build>collectcatkeys
;
# Due to the use of STL fstream open() mapping the function names via macro
# name doesn't work.
DEFINES += _HAIKU_BUILD_DONT_REMAP_FD_FUNCTIONS ;
USES_BE_API on $(localetools) = true ;
UseLibraryHeaders icu ;