From 7030360902959effa21c357475ad9f0a81f57b14 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 21 Sep 2009 00:35:23 +0000 Subject: cleaned up Windows macros replacing NT with _MSC_VER and _WIN32 where appropriate svn path=/trunk/externals/cxc/; revision=12415 --- utime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utime.c') diff --git a/utime.c b/utime.c index 429e90d..ca7987e 100644 --- a/utime.c +++ b/utime.c @@ -4,7 +4,7 @@ */ #include -#ifdef NT +#ifdef _WIN32 #include #else #include @@ -29,7 +29,7 @@ static void *utime_new(t_symbol *s, int argc, t_atom *argv) { return (x); } -#ifndef NT +#ifndef _WIN32 static void utime_bang(t_utime *x) { struct timeval myutime; -- cgit v1.2.1