summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-05-16 10:24:09 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-05-16 10:24:09 (GMT)
commita2133a44d353997af904299c73f267a94eb6f9b9 (patch)
treea3edfb5c7de3cb7b6202b1cb6a9b606e31e2d70a /src/doxygen.cpp
parentfe16aedd32137828fb0ab9cdd68ef043e17c59ee (diff)
downloadDoxygen-a2133a44d353997af904299c73f267a94eb6f9b9.zip
Doxygen-a2133a44d353997af904299c73f267a94eb6f9b9.tar.gz
Doxygen-a2133a44d353997af904299c73f267a94eb6f9b9.tar.bz2
Reduce use of WIN32 defines outside of portable
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 0b868a8..5f324fd 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -13,10 +13,6 @@
*
*/
-#if !defined(_WIN32) || defined(__CYGWIN__)
-#define _DEFAULT_SOURCE 1
-#endif
-
#include <locale.h>
#include <qfileinfo.h>