From aee801716f0c43ae718b20294aac0e4212dba2f4 Mon Sep 17 00:00:00 2001 From: borutr Date: Mon, 10 Mar 2003 20:06:01 +0000 Subject: [PATCH] define pclose as _pclose for WIN32 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2364 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- sdcc_vc_in.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdcc_vc_in.h b/sdcc_vc_in.h index 68e5bd53..42f38853 100644 --- a/sdcc_vc_in.h +++ b/sdcc_vc_in.h @@ -37,6 +37,7 @@ #undef HAVE_SPRINTF #undef HAVE_VSPRINTF #undef HAVE_MKSTEMP +#define pclose _pclose #define TYPE_BYTE char #define TYPE_WORD short -- 2.30.2