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
58786dc8
Commit
58786dc8
authored
Jan 28, 2011
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Jan 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Add private define and header tests for _set_error_mode options.
parent
42fc3b64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
msvcrt.h
dlls/msvcrt/msvcrt.h
+2
-0
headers.c
dlls/msvcrt/tests/headers.c
+2
-0
No files found.
dlls/msvcrt/msvcrt.h
View file @
58786dc8
...
...
@@ -568,6 +568,8 @@ struct MSVCRT__stat64 {
#define MSVCRT__USEDENTRY 1
#define MSVCRT__OUT_TO_DEFAULT 0
#define MSVCRT__OUT_TO_STDERR 1
#define MSVCRT__OUT_TO_MSGBOX 2
#define MSVCRT__REPORT_ERRMODE 3
/* ASCII char classification table - binary compatible */
...
...
dlls/msvcrt/tests/headers.c
View file @
58786dc8
...
...
@@ -340,6 +340,8 @@ static void test_defines(void)
CHECK_DEF
(
_FREEENTRY
);
CHECK_DEF
(
_USEDENTRY
);
CHECK_DEF
(
_OUT_TO_DEFAULT
);
CHECK_DEF
(
_OUT_TO_STDERR
);
CHECK_DEF
(
_OUT_TO_MSGBOX
);
CHECK_DEF
(
_REPORT_ERRMODE
);
CHECK_DEF
(
_UPPER
);
CHECK_DEF
(
_LOWER
);
...
...
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