diff lib-src/make-dump-id.c @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents b8cc9ab3f761
children
line wrap: on
line diff
--- a/lib-src/make-dump-id.c	Mon Aug 13 11:18:12 2007 +0200
+++ b/lib-src/make-dump-id.c	Mon Aug 13 11:19:21 2007 +0200
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #include "../src/systime.h"
 
-#ifdef WINDOWSNT
+#ifdef WIN32_NATIVE
 #include <sys/timeb.h>
 
 /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95).  */