aboutsummaryrefslogtreecommitdiff
path: root/openpatch.c
diff options
context:
space:
mode:
authorDaniel Heckenberg <dheck@users.sourceforge.net>2003-03-09 11:10:53 +0000
committerDaniel Heckenberg <dheck@users.sourceforge.net>2003-03-09 11:10:53 +0000
commita2d37998c5ea1c5712cb15d9d9ad885371ee4b5d (patch)
tree989e6f7306ad5beaf44756c0c45cbade9957805d /openpatch.c
parent23da6252985418ada3083303f3847817a23044fb (diff)
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
Diffstat (limited to 'openpatch.c')
-rw-r--r--openpatch.c7
1 files changed, 5 insertions, 2 deletions
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 <sys/stat.h>
-#include <stdio.h>
+#include <stdio.h>
+#ifndef NT
#include <unistd.h>
+#endif
#include <string.h>
#ifdef NT