]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
__MINGW32__ -> _WIN32
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 30 Jan 2012 21:59:30 +0000 (22:59 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 30 Jan 2012 21:59:30 +0000 (22:59 +0100)
lib/opencdk/armor.c

index 56db93d882d47ad5a0edbb3057fd462ffeec6336..852db40ba2dd6a9632915a773ab40caebff91cda 100644 (file)
@@ -35,7 +35,7 @@
 #include "main.h"
 #include "filters.h"
 
-#ifdef __MINGW32__
+#ifdef _WIN32
 #define LF "\r\n"
 #define ALTLF "\n"
 #else