From: borutr Date: Mon, 10 Mar 2003 20:06:01 +0000 (+0000) Subject: define pclose as _pclose for WIN32 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=aee801716f0c43ae718b20294aac0e4212dba2f4;p=fw%2Fsdcc define pclose as _pclose for WIN32 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2364 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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