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
1381be97
Commit
1381be97
authored
Oct 11, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: Add sys/types.h include in a few more files.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
edba76c8
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
0 deletions
+9
-0
event.c
server/event.c
+1
-0
handle.c
server/handle.c
+1
-0
mutex.c
server/mutex.c
+1
-0
named_pipe.c
server/named_pipe.c
+1
-0
object.c
server/object.c
+1
-0
registry.c
server/registry.c
+1
-0
semaphore.c
server/semaphore.c
+1
-0
token.c
server/token.c
+1
-0
winstation.c
server/winstation.c
+1
-0
No files found.
server/event.c
View file @
1381be97
...
...
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
...
...
server/handle.c
View file @
1381be97
...
...
@@ -26,6 +26,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
...
...
server/mutex.c
View file @
1381be97
...
...
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
...
...
server/named_pipe.c
View file @
1381be97
...
...
@@ -27,6 +27,7 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
...
...
server/object.c
View file @
1381be97
...
...
@@ -27,6 +27,7 @@
#include <string.h>
#include <unistd.h>
#include <stdarg.h>
#include <sys/types.h>
#ifdef HAVE_VALGRIND_MEMCHECK_H
#include <valgrind/memcheck.h>
#endif
...
...
server/registry.c
View file @
1381be97
...
...
@@ -34,6 +34,7 @@
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include "ntstatus.h"
...
...
server/semaphore.c
View file @
1381be97
...
...
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
...
...
server/token.c
View file @
1381be97
...
...
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>
#include <unistd.h>
#include "ntstatus.h"
...
...
server/winstation.c
View file @
1381be97
...
...
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#include "ntstatus.h"
#define WIN32_NO_STATUS
...
...
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