From a2d37998c5ea1c5712cb15d9d9ad885371ee4b5d Mon Sep 17 00:00:00 2001 From: Daniel Heckenberg Date: Sun, 9 Mar 2003 11:10:53 +0000 Subject: Minor changes for compilation using Visual C++ 6.0 (SP3) under Windows ncluding: - no array declaration with variable size - fixed signed/unsigned comparison warnings svn path=/trunk/externals/ext13/; revision=460 --- filesize.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filesize.c') diff --git a/filesize.c b/filesize.c index 0a87812..2a6ae6a 100644 --- a/filesize.c +++ b/filesize.c @@ -2,7 +2,9 @@ #include "m_pd.h" #include #include +#ifndef NT #include +#endif #ifdef NT #pragma warning( disable : 4244 ) -- cgit v1.2.1