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 --- openpatch.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'openpatch.c') diff --git a/openpatch.c b/openpatch.c index a9a6ddb..3828f71 100644 --- a/openpatch.c +++ b/openpatch.c @@ -1,8 +1,11 @@ #include "ext13.h" -#include "m_pd.h" +//#include "m_pd.h" +#include "m_imp.h" #include -#include +#include +#ifndef NT #include +#endif #include #ifdef NT -- cgit v1.2.1