--- mstools/h/fpieee.h 2018/08/09 18:21:13 1.1 +++ mstools/h/fpieee.h 2018/08/09 18:23:09 1.1.1.2 @@ -1,7 +1,7 @@ /*** * fpieee.h - Definitions for floating point IEEE exception handling * -* Copyright (c) 1991-1991, Microsoft Corporation. All rights reserved. +* Copyright (c) 1991-1993, Microsoft Corporation. All rights reserved. * *Purpose: * This file contains constant and type definitions for handling @@ -28,15 +28,6 @@ extern "C" { #define _CRTAPI1 __cdecl #define _CRTAPI2 __cdecl -#elif ( _MSC_VER == 600 ) - -/* - * Definitions for old MS C6-386 compiler - */ -#define _CRTAPI1 _cdecl -#define _CRTAPI2 _cdecl -#define _M_IX86 300 - #else /*