Disable function remapping via macros

STL fstream::open() is used, so the macros break the build.
This commit is contained in:
Ingo Weinhold
2011-11-25 06:18:41 +01:00
parent 55bc371993
commit 02982802e6
+4
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 ;