- Timestamp:
- Dec 21, 2019 3:27:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
r80764 r82631 88 88 # else 89 89 # error __FreeBSD_version__ 90 # endif 91 #endif 92 #ifdef RT_OS_NETBSD 93 /* iconv constness was changed on 2019-10-24, shortly after 9.99.17 */ 94 # include <sys/param.h> 95 # if __NetBSD_Prereq__(9,99,18) 96 # define NON_CONST_ICONV_INPUT 90 97 # endif 91 98 #endif
Note:
See TracChangeset
for help on using the changeset viewer.