aboutsummaryrefslogtreecommitdiffstats
path: root/cups/tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/tls.c')
-rw-r--r--cups/tls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cups/tls.c b/cups/tls.c
index 36d484c3..2539a090 100644
--- a/cups/tls.c
+++ b/cups/tls.c
@@ -23,20 +23,20 @@
#include "cups-private.h"
#include <fcntl.h>
#include <math.h>
-#ifdef WIN32
+#ifdef _WIN32
# include <tchar.h>
#else
# include <signal.h>
# include <sys/time.h>
# include <sys/resource.h>
-#endif /* WIN32 */
+#endif /* _WIN32 */
#ifdef HAVE_POLL
# include <poll.h>
#endif /* HAVE_POLL */
/*
- * Local functions...
+ * Include platform-specific TLS code...
*/
#ifdef HAVE_SSL