--- mstools/h/locale.h 2018/08/09 18:21:13 1.1.1.3 +++ mstools/h/locale.h 2018/08/09 18:23:09 1.1.1.4 @@ -1,7 +1,7 @@ /*** *locale.h - definitions/declarations for localization routines * -* Copyright (c) 1988-1992, Microsoft Corporation. All rights reserved. +* Copyright (c) 1988-1993, Microsoft Corporation. All rights reserved. * *Purpose: * This file defines the structures, values, macros, and functions @@ -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 /* @@ -58,7 +49,6 @@ extern "C" { #endif #endif - /* Locale categories */ #define LC_ALL 0 @@ -71,7 +61,6 @@ extern "C" { #define LC_MIN LC_ALL #define LC_MAX LC_TIME - /* Locale convention structure */ #ifndef _LCONV_DEFINED