Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
84ff5dde
Commit
84ff5dde
authored
Oct 19, 2004
by
Martin Fuchs
Committed by
Alexandre Julliard
Oct 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fix typo in error message
- Separate wint_t definition from wctype_t definition (needed for Cygwin target).
parent
cbaa545f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
tchar.h
include/tchar.h
+5
-2
No files found.
include/tchar.h
View file @
84ff5dde
...
...
@@ -24,7 +24,7 @@
#endif
#if defined(_UNICODE) || defined(_MBCS)
#error You must use msvcrt when builing in Unicode/MBCS mode
#error You must use msvcrt when buil
d
ing in Unicode/MBCS mode
#endif
#ifdef __cplusplus
...
...
@@ -219,8 +219,11 @@ extern "C" {
#define _TEXT(x) __T(x)
#ifdef _UNICODE
#if
ndef _WCTYPE_T_DEFINED
#if
!defined(_WINT_T_DEFINED) && !defined(__WINT_TYPE__)
typedef
unsigned
short
wint_t
;
#endif
#ifndef _WCTYPE_T_DEFINED
typedef
unsigned
short
wctype_t
;
#define _WCTYPE_T_DEFINED
#endif
...
...
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