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
341cb1a9
Commit
341cb1a9
authored
Oct 30, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Don't include fcntl.h in wine/port.h.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c27832d7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
diskarb.c
dlls/mountmgr.sys/diskarb.c
+1
-0
freetype.c
dlls/win32u/freetype.c
+1
-0
port.h
include/wine/port.h
+0
-1
No files found.
dlls/mountmgr.sys/diskarb.c
View file @
341cb1a9
...
...
@@ -23,6 +23,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <stdio.h>
#include <unistd.h>
...
...
dlls/win32u/freetype.c
View file @
341cb1a9
...
...
@@ -30,6 +30,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <fcntl.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
...
...
include/wine/port.h
View file @
341cb1a9
...
...
@@ -29,7 +29,6 @@
# error You must include port.h before all other headers
#endif
#include <fcntl.h>
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
...
...
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