Changeset 37099 for lang/objective-cplusplus/i3/trunk/src
- Timestamp:
- 03/27/10 23:15:07 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk/src
- Files:
-
- 4 modified
-
Main.cpp (modified) (1 diff)
-
mil/include/mil/Environment.h (modified) (2 diffs)
-
mil/include/mil/Intl.h (modified) (1 diff)
-
os-windows/Os.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/Main.cpp
r37057 r37099 15 15 using namespace i3; 16 16 17 [NSException raise:@"foo" format:@"bar"];17 //[NSException raise:@"foo" format:@"bar"]; 18 18 19 19 int exit_status = EXIT_FAILURE; -
lang/objective-cplusplus/i3/trunk/src/mil/include/mil/Environment.h
r37034 r37099 4 4 5 5 #ifdef HAVE_CONFIG_H 6 #include <config.h> 6 # ifdef MIL_CONFIG_H_INCLUDED 7 # error config.h is already included 8 # endif 9 # include <config.h> 7 10 #endif 8 11 … … 34 37 #endif 35 38 39 #if defined(_MSC_VER) && !defined(ENABLE_NLS) 40 #define ENABLE_NLS 1 41 #endif 42 -
lang/objective-cplusplus/i3/trunk/src/mil/include/mil/Intl.h
r37056 r37099 7 7 #ifdef ENABLE_NLS 8 8 # include <libintl.h> 9 // XXX XXX XXX 9 // XXX XXX XXX disable POSIX/XSI format strings 10 // it causes undefined reference __libintl_*printf error 10 11 # undef printf 11 12 # undef asprintf -
lang/objective-cplusplus/i3/trunk/src/os-windows/Os.h
r36430 r37099 3 3 #include "WindowsCommon.h" 4 4 5 #include <mil/Intl.h> 6 5 7 #if defined(ENABLE_NLS) && defined(UNICODE) 6 8 #include "wlibintl.h" 7 9 #endif 8 9 // disable POSIX/XSI format strings10 #undef fprintf11 #undef vfprintf12 #undef printf13 #undef vprintf14 #undef sprintf15 #undef vsprintf16 #undef snprintf17 #undef vsnprintf18 10 19 11 namespace i3 {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)