]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/versioning.h
Migrate Windows conditional code to _WIN32 define.
[thirdparty/cups.git] / cups / versioning.h
index 037b7076ff79803481675fb63497f2b981623a35..d187a71cfeede1e10018be3b587ad1ad73dbb70d 100644 (file)
@@ -74,7 +74,7 @@
 #  ifdef _CUPS_HAS_VISIBILITY
 #    define _CUPS_PRIVATE      __attribute__ ((visibility("hidden")))
 #    define _CUPS_PUBLIC       __attribute__ ((visibility("default")))
-#  elif defined(WIN32) && defined(LIBCUPS2_EXPORTS)
+#  elif defined(_WIN32) && defined(LIBCUPS2_EXPORTS)
 #    define _CUPS_PRIVATE
 #    define _CUPS_PUBLIC       __declspec(dllexport)
 #  else