threads-shared 1.03 - Changes, Makefile.PL
[p5sagit/p5-mst-13.2.git] / win32 / perllib.c
index 5ce8fe7..1e4ba09 100644 (file)
@@ -51,7 +51,7 @@ win32_checkTLS(PerlInterpreter *host_perl)
     dTHX;
     if (host_perl != my_perl) {
        int *nowhere = NULL;
-#ifdef _WIN_CE
+#ifdef UNDER_CE
        printf(" ... bad in win32_checkTLS\n");
        printf("  %08X ne %08X\n",host_perl,my_perl);
 #endif