From 5d767cbe5f864bb495c1f47b817869c9869fc7f7 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 27 Jul 2006 02:20:56 +0000 Subject: [PATCH] Change uses of MSWIN32 to WIN32 --- lib/common/timing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/timing.c b/lib/common/timing.c index 4db168551..52fd9f254 100644 --- a/lib/common/timing.c +++ b/lib/common/timing.c @@ -15,7 +15,7 @@ **********************************************************/ -#ifndef MSWIN32 +#ifndef WIN32 #include #include -- 2.50.1