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
c7536ef8
Commit
c7536ef8
authored
Oct 19, 2010
by
Damjan Jovanovic
Committed by
Alexandre Julliard
Oct 19, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Define STRUNCATE.
parent
b2214981
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
msvcrt.h
dlls/msvcrt/msvcrt.h
+1
-0
errno.h
include/msvcrt/errno.h
+2
-0
No files found.
dlls/msvcrt/msvcrt.h
View file @
c7536ef8
...
@@ -544,6 +544,7 @@ struct MSVCRT__stat64 {
...
@@ -544,6 +544,7 @@ struct MSVCRT__stat64 {
#define MSVCRT_ENOSYS 40
#define MSVCRT_ENOSYS 40
#define MSVCRT_ENOTEMPTY 41
#define MSVCRT_ENOTEMPTY 41
#define MSVCRT_EILSEQ 42
#define MSVCRT_EILSEQ 42
#define MSVCRT_STRUNCATE 80
#define MSVCRT_LC_ALL 0
#define MSVCRT_LC_ALL 0
#define MSVCRT_LC_COLLATE 1
#define MSVCRT_LC_COLLATE 1
...
...
include/msvcrt/errno.h
View file @
c7536ef8
...
@@ -61,6 +61,8 @@
...
@@ -61,6 +61,8 @@
# define ENOTEMPTY 41
# define ENOTEMPTY 41
# define EILSEQ 42
# define EILSEQ 42
# define STRUNCATE 80
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
#endif
#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