From 3b81ce6b15f78dba542f54ef693591f0089e3135 Mon Sep 17 00:00:00 2001 From: Jim Cownie Date: Tue, 5 Aug 2014 09:32:28 +0000 Subject: After three iterations of community review, we believe that this new CMAKE buld system should meet everyone's requirements. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enhanced CMake Build System Commit * Supports Linux, Mac, Windows, and IntelĀ® Xeon Phi builds * Supports building with gcc, icc, clang, and Visual Studio compilers * Supports bulding "fat" libraries on OS/X with clang * Details and documentation on how to use build system are in Build_With_CMake.txt * To use the old CMake build system (corresponds to CMakeLists.txt.old), just rename CMakeLists.txt to CMakeLists.txt.other and rename CMakeLists.txt.old to CMakeLists.txt llvm-svn: 214850 --- openmp/runtime/src/kmp_str.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openmp/runtime/src/kmp_str.h') diff --git a/openmp/runtime/src/kmp_str.h b/openmp/runtime/src/kmp_str.h index 634d1f1815a..7de3a2ec228 100644 --- a/openmp/runtime/src/kmp_str.h +++ b/openmp/runtime/src/kmp_str.h @@ -28,9 +28,8 @@ #endif // __cplusplus #if KMP_OS_WINDOWS - #define strdup _strdup - #define snprintf _snprintf - #define vsnprintf _vsnprintf +# define strdup _strdup +# define snprintf _snprintf #endif /* some macros to replace ctype.h functions */ -- cgit v1.2.3