mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[INCLUDE/CRT]
Remove hacks from crtdefs.h (threadmbcinfostruct definition is private) svn path=/trunk/; revision=58331
This commit is contained in:
parent
16295390df
commit
b7b379ada4
1 changed files with 2 additions and 18 deletions
|
@ -343,14 +343,6 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#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
|
#ifndef _TIME_T_DEFINED
|
||||||
#define _TIME_T_DEFINED
|
#define _TIME_T_DEFINED
|
||||||
#ifdef _USE_32BIT_TIME_T
|
#ifdef _USE_32BIT_TIME_T
|
||||||
|
@ -360,16 +352,8 @@ typedef unsigned int __msvcrt_ulong;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct threadmbcinfostruct {
|
struct threadmbcinfostruct;
|
||||||
int refcount;
|
typedef struct threadmbcinfostruct *pthreadmbcinfo;
|
||||||
int mbcodepage;
|
|
||||||
int ismbcodepage;
|
|
||||||
int mblcid;
|
|
||||||
unsigned short mbulinfo[6];
|
|
||||||
char mbctype[257];
|
|
||||||
char mbcasemap[256];
|
|
||||||
} threadmbcinfo, *pthreadmbcinfo;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _TAGLC_ID_DEFINED
|
#ifndef _TAGLC_ID_DEFINED
|
||||||
#define _TAGLC_ID_DEFINED
|
#define _TAGLC_ID_DEFINED
|
||||||
|
|
Loading…
Reference in a new issue