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
efe46a04
Commit
efe46a04
authored
Nov 03, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Don't include unistd.h in wine/port.h.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
1c9b843e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
freetype.c
dlls/win32u/freetype.c
+1
-0
device.c
dlls/wineandroid.drv/device.c
+1
-0
port.h
include/wine/port.h
+0
-3
No files found.
dlls/win32u/freetype.c
View file @
efe46a04
...
...
@@ -43,6 +43,7 @@
#endif
#include <stdio.h>
#include <assert.h>
#include <unistd.h>
#ifdef HAVE_CARBON_CARBON_H
#define LoadResource __carbon_LoadResource
...
...
dlls/wineandroid.drv/device.c
View file @
efe46a04
...
...
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <sys/ioctl.h>
#include <unistd.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
...
...
include/wine/port.h
View file @
efe46a04
...
...
@@ -32,9 +32,6 @@
#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#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