summaryrefslogtreecommitdiff
path: root/src/cairo-misc.c
diff options
context:
space:
mode:
authorStefan Klug <Klug.Stefan@gmx.de>2009-03-20 17:20:22 -0400
committerJeff Muizelaar <jmuizelaar@mozilla.com>2009-03-20 17:20:22 -0400
commit895fce1632069ddfb8c581d2b23b1b3552e35104 (patch)
tree51a43293aecc0ea94175ae14b316fc00ac6579da /src/cairo-misc.c
parent86a935de42318c4be92a657ce8e8c452693d4414 (diff)
downloadcairo-895fce1632069ddfb8c581d2b23b1b3552e35104.tar.gz
[wince] Use the official _WIN32_WCE define instead of WINCE
Diffstat (limited to 'src/cairo-misc.c')
-rw-r--r--src/cairo-misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-misc.c b/src/cairo-misc.c
index ab30327b4..a6d4ffae4 100644
--- a/src/cairo-misc.c
+++ b/src/cairo-misc.c
@@ -610,7 +610,7 @@ _cairo_lround (double d)
#include <windows.h>
#include <io.h>
-#if !WINCE
+#if !_WIN32_WCE
/* tmpfile() replacement for Windows.
*
* On Windows tmpfile() creates the file in the root directory. This
@@ -660,7 +660,7 @@ _cairo_win32_tmpfile (void)
return fp;
}
-#endif /* !WINCE */
+#endif /* !_WIN32_WCE */
#endif /* _WIN32 */