Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
adb4cb38
Commit
adb4cb38
authored
Apr 26, 2004
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Apr 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the _WCTYPE_T_DEFINED sentry for compatibility.
parent
da29b654
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
ctype.h
include/msvcrt/ctype.h
+4
-4
stdio.h
include/msvcrt/stdio.h
+4
-4
wchar.h
include/msvcrt/wchar.h
+4
-4
wctype.h
include/msvcrt/wctype.h
+4
-4
No files found.
include/msvcrt/ctype.h
View file @
adb4cb38
...
@@ -40,10 +40,10 @@ typedef unsigned short MSVCRT(wchar_t);
...
@@ -40,10 +40,10 @@ typedef unsigned short MSVCRT(wchar_t);
# endif
# endif
#endif
/* USE_MSVCRT_PREFIX */
#endif
/* USE_MSVCRT_PREFIX */
#ifndef
MSVCRT
_WCTYPE_T_DEFINED
#ifndef _WCTYPE_T_DEFINED
typedef
MSVCRT
(
wchar_t
)
MSVCRT
(
wint_t
);
typedef
unsigned
short
MSVCRT
(
wint_t
);
typedef
MSVCRT
(
wchar_t
)
MSVCRT
(
wctype_t
);
typedef
unsigned
short
MSVCRT
(
wctype_t
);
#define
MSVCRT
_WCTYPE_T_DEFINED
#define _WCTYPE_T_DEFINED
#endif
#endif
/* ASCII char classification table - binary compatible */
/* ASCII char classification table - binary compatible */
...
...
include/msvcrt/stdio.h
View file @
adb4cb38
...
@@ -129,10 +129,10 @@ typedef unsigned short MSVCRT(wchar_t);
...
@@ -129,10 +129,10 @@ typedef unsigned short MSVCRT(wchar_t);
#endif
#endif
#endif
#endif
#ifndef
MSVCRT
_WCTYPE_T_DEFINED
#ifndef _WCTYPE_T_DEFINED
typedef
MSVCRT
(
wchar_t
)
MSVCRT
(
wint_t
);
typedef
unsigned
short
MSVCRT
(
wint_t
);
typedef
MSVCRT
(
wchar_t
)
MSVCRT
(
wctype_t
);
typedef
unsigned
short
MSVCRT
(
wctype_t
);
#define
MSVCRT
_WCTYPE_T_DEFINED
#define _WCTYPE_T_DEFINED
#endif
#endif
#ifdef __cplusplus
#ifdef __cplusplus
...
...
include/msvcrt/wchar.h
View file @
adb4cb38
...
@@ -50,10 +50,10 @@ typedef unsigned int MSVCRT(size_t);
...
@@ -50,10 +50,10 @@ typedef unsigned int MSVCRT(size_t);
#define MSVCRT_SIZE_T_DEFINED
#define MSVCRT_SIZE_T_DEFINED
#endif
#endif
#ifndef
MSVCRT
_WCTYPE_T_DEFINED
#ifndef _WCTYPE_T_DEFINED
typedef
MSVCRT
(
wchar_t
)
MSVCRT
(
wint_t
);
typedef
unsigned
short
MSVCRT
(
wint_t
);
typedef
MSVCRT
(
wchar_t
)
MSVCRT
(
wctype_t
);
typedef
unsigned
short
MSVCRT
(
wctype_t
);
#define
MSVCRT
_WCTYPE_T_DEFINED
#define _WCTYPE_T_DEFINED
#endif
#endif
#ifndef _MSC_VER
#ifndef _MSC_VER
...
...
include/msvcrt/wctype.h
View file @
adb4cb38
...
@@ -60,10 +60,10 @@ typedef unsigned short MSVCRT(wchar_t);
...
@@ -60,10 +60,10 @@ typedef unsigned short MSVCRT(wchar_t);
# endif
# endif
#endif
/* USE_MSVCRT_PREFIX */
#endif
/* USE_MSVCRT_PREFIX */
#ifndef
MSVCRT
_WCTYPE_T_DEFINED
#ifndef _WCTYPE_T_DEFINED
typedef
MSVCRT
(
wchar_t
)
MSVCRT
(
wint_t
);
typedef
unsigned
short
MSVCRT
(
wint_t
);
typedef
MSVCRT
(
wchar_t
)
MSVCRT
(
wctype_t
);
typedef
unsigned
short
MSVCRT
(
wctype_t
);
#define
MSVCRT
_WCTYPE_T_DEFINED
#define _WCTYPE_T_DEFINED
#endif
#endif
/* FIXME: there's something to do with __p__pctype and __p__pwctype */
/* FIXME: there's something to do with __p__pctype and __p__pwctype */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment