changeset 30:53090844eddd

Fix check for windows in strhelp.h to work with strange mingw versions
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 11 Apr 2016 13:36:59 +0200
parents 000824f6f683
children 7bc75b1ff367
files src/strhelp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/strhelp.h	Mon Apr 11 13:36:36 2016 +0200
+++ b/src/strhelp.h	Mon Apr 11 13:36:59 2016 +0200
@@ -132,7 +132,7 @@
 int str_base64_decode(char **dst, size_t *dst_size, char *src,
                       size_t src_size);
 
-#ifdef WIN32
+#ifdef _WIN32
 
 /** @brief convert a utf8 string to utf16 wchar
  *
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)