summaryrefslogtreecommitdiff
path: root/cups/dest.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 00:17:22 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 00:17:22 -0400
commit19dc16f764492eb3b1cf7c57b7f645e214cb9b3a (patch)
tree1a40bc2a71ace7f53463f8c7f823b6419e648242 /cups/dest.c
parentd65e20fe7c5b192522ba01865bfcbd3dbc0e448e (diff)
downloadcups-19dc16f764492eb3b1cf7c57b7f645e214cb9b3a.tar.gz
Migrate Windows conditional code to _WIN32 define.
Diffstat (limited to 'cups/dest.c')
-rw-r--r--cups/dest.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cups/dest.c b/cups/dest.c
index 55f6602c7..951ebf120 100644
--- a/cups/dest.c
+++ b/cups/dest.c
@@ -2031,9 +2031,9 @@ cupsSetDests2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_
cups_option_t *option; /* Current option */
_ipp_option_t *match; /* Matching attribute for option */
FILE *fp; /* File pointer */
-#ifndef WIN32
+#ifndef _WIN32
const char *home; /* HOME environment variable */
-#endif /* WIN32 */
+#endif /* _WIN32 */
char filename[1024]; /* lpoptions file */
int num_temps; /* Number of temporary destinations */
cups_dest_t *temps = NULL, /* Temporary destinations */
@@ -2067,7 +2067,7 @@ cupsSetDests2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_
snprintf(filename, sizeof(filename), "%s/lpoptions", cg->cups_serverroot);
-#ifndef WIN32
+#ifndef _WIN32
if (getuid())
{
/*
@@ -2087,7 +2087,7 @@ cupsSetDests2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_
snprintf(filename, sizeof(filename), "%s/.cups/lpoptions", home);
}
}
-#endif /* !WIN32 */
+#endif /* !_WIN32 */
/*
* Try to open the file...
@@ -2099,7 +2099,7 @@ cupsSetDests2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_
return (-1);
}
-#ifndef WIN32
+#ifndef _WIN32
/*
* Set the permissions to 0644 when saving to the /etc/cups/lpoptions
* file...
@@ -2107,7 +2107,7 @@ cupsSetDests2(http_t *http, /* I - Connection to server or @code CUPS_HTTP_
if (!getuid())
fchmod(fileno(fp), 0644);
-#endif /* !WIN32 */
+#endif /* !_WIN32 */
/*
* Write each printer; each line looks like: