diff --git a/CMakeLists.txt b/CMakeLists.txt index cfbf63b8..f7e978eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,11 +85,6 @@ elseif (CMAKE_USE_WIN32_THREADS_INIT) add_definitions(-DUSE_WIN32THREADS) endif () -# (see http://sourceforge.net/p/mingw-w64/wiki2/printf%20and%20scanf%20family/) -if (MINGW) - add_definitions(-D__USE_MINGW_ANSI_STDIO=1) -endif (MINGW) - if (UNIX) add_definitions(-DLINUX) endif (UNIX) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt new file mode 100644 index 00000000..e69de29b