]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/string-private.h
Migrate Windows conditional code to _WIN32 define.
[thirdparty/cups.git] / cups / string-private.h
index 0b0f5fce49da40ae1b1cfb699c53175af0ba9753..6a0394663eb00faf8f3cfdcb110058f0ace116b5 100644 (file)
 #    include <bstring.h>
 #  endif /* HAVE_BSTRING_H */
 
-#  if defined(WIN32) && !defined(__CUPS_SSIZE_T_DEFINED)
+#  if defined(_WIN32) && !defined(__CUPS_SSIZE_T_DEFINED)
 #    define __CUPS_SSIZE_T_DEFINED
 #    include <stddef.h>
 /* Windows does not support the ssize_t type, so map it to long... */
 typedef long ssize_t;                  /* @private@ */
-#  endif /* WIN32 && !__CUPS_SSIZE_T_DEFINED */
+#  endif /* _WIN32 && !__CUPS_SSIZE_T_DEFINED */
 
 
 /*