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
452a64e3
Commit
452a64e3
authored
Aug 02, 2013
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Aug 02, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cabarc: Fix compilation under Windows.
parent
ce0e3158
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
cabarc.c
programs/cabarc/cabarc.c
+4
-1
No files found.
programs/cabarc/cabarc.c
View file @
452a64e3
...
@@ -39,7 +39,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(cabarc);
...
@@ -39,7 +39,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(cabarc);
#define _O_RDONLY 0
#define _O_RDONLY 0
#define _O_WRONLY 1
#define _O_WRONLY 1
#define _O_RDWR 2
#define _O_RDWR 2
#define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
#define _O_APPEND 0x0008
#define _O_APPEND 0x0008
#define _O_RANDOM 0x0010
#define _O_RANDOM 0x0010
#define _O_SEQUENTIAL 0x0020
#define _O_SEQUENTIAL 0x0020
...
@@ -53,6 +52,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(cabarc);
...
@@ -53,6 +52,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(cabarc);
#define _O_BINARY 0x8000
#define _O_BINARY 0x8000
#endif
#endif
#ifndef _O_ACCMODE
#define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
#endif
#ifndef _SH_COMPAT
#ifndef _SH_COMPAT
#define _SH_COMPAT 0x00
#define _SH_COMPAT 0x00
#define _SH_DENYRW 0x10
#define _SH_DENYRW 0x10
...
...
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