Index: sysutils/src/SystemC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/sysutils/src/SystemC.c,v retrieving revision 1.6 diff -u -r1.6 SystemC.c --- sysutils/src/SystemC.c 16 Jan 2010 20:28:26 -0000 1.6 +++ sysutils/src/SystemC.c 16 Oct 2010 10:12:28 -0000 @@ -4,13 +4,6 @@ copied from m3core/src/C/Common/Cerrno.i3 for bootstrapping against older releases */ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #if !defined(_MSC_VER) && !defined(__cdecl) #define __cdecl /* nothing */ #endif Index: m3core/src/C/Common/CstdioC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/C/Common/CstdioC.c,v retrieving revision 1.17 diff -u -r1.17 CstdioC.c --- m3core/src/C/Common/CstdioC.c 31 Aug 2010 10:12:43 -0000 1.17 +++ m3core/src/C/Common/CstdioC.c 16 Oct 2010 10:12:28 -0000 @@ -1,7 +1,3 @@ -#ifdef _MSC_VER -#undef _DLL -#endif - #include "m3core.h" #ifdef __cplusplus Index: m3core/src/C/Common/CstdlibC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/C/Common/CstdlibC.c,v retrieving revision 1.8 diff -u -r1.8 CstdlibC.c --- m3core/src/C/Common/CstdlibC.c 31 Aug 2010 10:12:43 -0000 1.8 +++ m3core/src/C/Common/CstdlibC.c 16 Oct 2010 10:12:28 -0000 @@ -2,10 +2,6 @@ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ -#ifdef _MSC_VER -#undef _DLL -#endif - #include "m3core.h" #ifdef __cplusplus Index: m3core/src/C/Common/CstringC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/C/Common/CstringC.c,v retrieving revision 1.11 diff -u -r1.11 CstringC.c --- m3core/src/C/Common/CstringC.c 31 Aug 2010 10:12:43 -0000 1.11 +++ m3core/src/C/Common/CstringC.c 16 Oct 2010 10:12:28 -0000 @@ -2,10 +2,6 @@ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ -#ifdef _MSC_VER -#undef _DLL -#endif - #include "m3core.h" #define M3MODULE Cstring Index: m3core/src/Csupport/Common/dtoa.h =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/Csupport/Common/dtoa.h,v retrieving revision 1.14 diff -u -r1.14 dtoa.h --- m3core/src/Csupport/Common/dtoa.h 21 May 2010 23:18:51 -0000 1.14 +++ m3core/src/Csupport/Common/dtoa.h 16 Oct 2010 10:12:28 -0000 @@ -1,8 +1,4 @@ #ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif #pragma warning(disable:4514) /* unused inline function removed */ #pragma warning(disable:4242) /* possible loss of data */ #pragma warning(disable:4244) /* possible loss of data */ Index: m3core/src/Csupport/Common/hand.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/Csupport/Common/hand.c,v retrieving revision 1.134 diff -u -r1.134 hand.c --- m3core/src/Csupport/Common/hand.c 18 Jul 2010 12:37:32 -0000 1.134 +++ m3core/src/Csupport/Common/hand.c 16 Oct 2010 10:12:28 -0000 @@ -10,10 +10,6 @@ #pragma warning(disable:4255) /* () changed to (void) */ #pragma warning(disable:4505) /* unused static function removed */ #pragma warning(disable:4711) /* automatic inlining */ -#undef _DLL -#ifndef _MT -#define _MT -#endif #endif #include "m3core.h" Index: m3core/src/runtime/WIN32/RTOSc.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/runtime/WIN32/RTOSc.c,v retrieving revision 1.8 diff -u -r1.8 RTOSc.c --- m3core/src/runtime/WIN32/RTOSc.c 21 May 2010 23:18:54 -0000 1.8 +++ m3core/src/runtime/WIN32/RTOSc.c 16 Oct 2010 10:12:28 -0000 @@ -1,7 +1,3 @@ -#ifdef _MSC_VER -#undef _DLL -#endif - #include "m3core.h" #include Index: m3core/src/runtime/common/RTIOc.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/runtime/common/RTIOc.c,v retrieving revision 1.15 diff -u -r1.15 RTIOc.c --- m3core/src/runtime/common/RTIOc.c 21 May 2010 23:18:55 -0000 1.15 +++ m3core/src/runtime/common/RTIOc.c 16 Oct 2010 10:12:28 -0000 @@ -1,7 +1,3 @@ -#ifdef _MSC_VER -#undef _DLL -#endif - #include "m3core.h" #if !defined(_MSC_VER) && !defined(__cdecl) Index: m3core/src/runtime/common/RTMiscC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/runtime/common/RTMiscC.c,v retrieving revision 1.8 diff -u -r1.8 RTMiscC.c --- m3core/src/runtime/common/RTMiscC.c 31 Aug 2010 10:25:52 -0000 1.8 +++ m3core/src/runtime/common/RTMiscC.c 16 Oct 2010 10:12:28 -0000 @@ -2,10 +2,6 @@ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ -#ifdef _MSC_VER -#undef _DLL -#endif - #include "m3core.h" #ifdef __cplusplus Index: m3core/src/runtime/common/RTUntracedMemoryC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/runtime/common/RTUntracedMemoryC.c,v retrieving revision 1.10 diff -u -r1.10 RTUntracedMemoryC.c --- m3core/src/runtime/common/RTUntracedMemoryC.c 21 May 2010 23:18:56 -0000 1.10 +++ m3core/src/runtime/common/RTUntracedMemoryC.c 16 Oct 2010 10:12:28 -0000 @@ -5,10 +5,6 @@ reducing C runtime dependency. */ -#ifdef _MSC_VER -#undef _DLL -#endif - #include "m3core.h" #ifdef _MSC_VER Index: m3core/src/runtime/ex_frame/RTStackC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/runtime/ex_frame/RTStackC.c,v retrieving revision 1.12 diff -u -r1.12 RTStackC.c --- m3core/src/runtime/ex_frame/RTStackC.c 21 May 2010 23:18:56 -0000 1.12 +++ m3core/src/runtime/ex_frame/RTStackC.c 16 Oct 2010 10:12:28 -0000 @@ -8,10 +8,6 @@ walking. */ #ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif #pragma warning(disable:4514) /* unused inline function */ #pragma warning(disable:4100) /* unused parameter */ #pragma warning(disable:4255) /* () converted to (void) */ Index: m3core/src/thread/WIN32/ThreadWin32C.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/thread/WIN32/ThreadWin32C.c,v retrieving revision 1.65 diff -u -r1.65 ThreadWin32C.c --- m3core/src/thread/WIN32/ThreadWin32C.c 6 Apr 2010 10:34:08 -0000 1.65 +++ m3core/src/thread/WIN32/ThreadWin32C.c 16 Oct 2010 10:12:28 -0000 @@ -10,7 +10,6 @@ #endif #ifdef _MSC_VER -#undef _DLL #pragma warning(disable:4616) /* there is no warning x (unavoidable if targeting multiple compiler versions) */ #pragma warning(disable:4619) /* there is no warning x (unavoidable if targeting multiple compiler versions) */ #pragma warning(disable:4115) /* named type definition in parentheses */ Index: m3core/src/unix/Common/Uexec.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/unix/Common/Uexec.c,v retrieving revision 1.19 diff -u -r1.19 Uexec.c --- m3core/src/unix/Common/Uexec.c 9 Jun 2010 17:20:18 -0000 1.19 +++ m3core/src/unix/Common/Uexec.c 16 Oct 2010 10:12:28 -0000 @@ -2,13 +2,6 @@ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #include "m3core.h" #define M3MODULE Uexec Index: m3core/src/unix/Common/Uin.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/unix/Common/Uin.c,v retrieving revision 1.12 diff -u -r1.12 Uin.c --- m3core/src/unix/Common/Uin.c 14 Jul 2010 08:44:35 -0000 1.12 +++ m3core/src/unix/Common/Uin.c 16 Oct 2010 10:12:28 -0000 @@ -1,10 +1,3 @@ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #include "m3core.h" #ifndef _WIN32 /* Posix says include , but FreeBSD 4 inet.h Index: m3core/src/unix/Common/Unetdb.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/unix/Common/Unetdb.c,v retrieving revision 1.9 diff -u -r1.9 Unetdb.c --- m3core/src/unix/Common/Unetdb.c 9 Apr 2010 09:28:40 -0000 1.9 +++ m3core/src/unix/Common/Unetdb.c 16 Oct 2010 10:12:28 -0000 @@ -2,13 +2,6 @@ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #include "m3core.h" #ifdef __cplusplus Index: m3core/src/unix/Common/UnixC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/unix/Common/UnixC.c,v retrieving revision 1.62 diff -u -r1.62 UnixC.c --- m3core/src/unix/Common/UnixC.c 21 May 2010 23:18:59 -0000 1.62 +++ m3core/src/unix/Common/UnixC.c 16 Oct 2010 10:12:28 -0000 @@ -27,13 +27,6 @@ So use these wrappers instead. */ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #include "m3core.h" #ifdef _WIN32 #include Index: m3core/src/unix/Common/UnixLink.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/unix/Common/UnixLink.c,v retrieving revision 1.11 diff -u -r1.11 UnixLink.c --- m3core/src/unix/Common/UnixLink.c 20 May 2010 14:50:32 -0000 1.11 +++ m3core/src/unix/Common/UnixLink.c 16 Oct 2010 10:12:28 -0000 @@ -2,13 +2,6 @@ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #include "m3core.h" #ifdef _WIN32 #include Index: m3core/src/unix/Common/Uprocess.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/unix/Common/Uprocess.c,v retrieving revision 1.10 diff -u -r1.10 Uprocess.c --- m3core/src/unix/Common/Uprocess.c 16 Jan 2010 20:26:32 -0000 1.10 +++ m3core/src/unix/Common/Uprocess.c 16 Oct 2010 10:12:28 -0000 @@ -2,13 +2,6 @@ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #include "m3core.h" #define M3MODULE Uprocess Index: m3core/src/unix/Common/UtimeC.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/unix/Common/UtimeC.c,v retrieving revision 1.60 diff -u -r1.60 UtimeC.c --- m3core/src/unix/Common/UtimeC.c 9 Jun 2010 20:32:47 -0000 1.60 +++ m3core/src/unix/Common/UtimeC.c 16 Oct 2010 10:12:28 -0000 @@ -1,11 +1,3 @@ -/* ABI compatibility with both libcmt.lib and msvcr.tlib. */ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #include "m3core.h" #ifdef __cplusplus Index: m3core/src/unix/Common/Uuio.c =================================================================== RCS file: /usr/cvs/cm3/m3-libs/m3core/src/unix/Common/Uuio.c,v retrieving revision 1.9 diff -u -r1.9 Uuio.c --- m3core/src/unix/Common/Uuio.c 1 May 2010 07:40:23 -0000 1.9 +++ m3core/src/unix/Common/Uuio.c 16 Oct 2010 10:12:28 -0000 @@ -2,13 +2,6 @@ /* All rights reserved. */ /* See the file COPYRIGHT for a full description. */ -#ifdef _MSC_VER -#undef _DLL -#ifndef _MT -#define _MT -#endif -#endif - #include "m3core.h" #define M3MODULE Uuio