--- mstools/h/new.h 2018/08/09 18:21:12 1.1.1.1 +++ mstools/h/new.h 2018/08/09 18:23:08 1.1.1.2 @@ -1,10 +1,10 @@ /*** *new.h - declarations and definitions for C++ memory allocation functions * -* Copyright (c) 1990-1992, Microsoft Corporation. All rights reserved. +* Copyright (c) 1990-1993, Microsoft Corporation. All rights reserved. * *Purpose: -* Contains the declarations for C++ memory allocation functions. +* Contains the declarations for C++ memory allocation functions. * ****/ @@ -23,15 +23,6 @@ #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 /*