[INCLUDE/CRT]

Remove hacks from crtdefs.h (threadmbcinfostruct definition is private)

svn path=/trunk/; revision=58331
This commit is contained in:
Timo Kreuzer 2013-02-17 14:27:48 +00:00
parent 16295390df
commit b7b379ada4

View file

@ -343,14 +343,6 @@ extern "C" {
#endif
#endif
/* For wine code... */
#if !defined(_MSVCRT_LONG_DEFINED) && defined(__ROS_LONG64__)
#define _MSVCRT_LONG_DEFINED
/* we need 32-bit longs even on 64-bit */
typedef int __msvcrt_long;
typedef unsigned int __msvcrt_ulong;
#endif
#ifndef _TIME_T_DEFINED
#define _TIME_T_DEFINED
#ifdef _USE_32BIT_TIME_T
@ -360,16 +352,8 @@ typedef unsigned int __msvcrt_ulong;
#endif
#endif
typedef struct threadmbcinfostruct {
int refcount;
int mbcodepage;
int ismbcodepage;
int mblcid;
unsigned short mbulinfo[6];
char mbctype[257];
char mbcasemap[256];
} threadmbcinfo, *pthreadmbcinfo;
struct threadmbcinfostruct;
typedef struct threadmbcinfostruct *pthreadmbcinfo;
#ifndef _TAGLC_ID_DEFINED
#define _TAGLC_ID_DEFINED