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
ace5f3c6
Commit
ace5f3c6
authored
Oct 11, 2004
by
Martin Fuchs
Committed by
Alexandre Julliard
Oct 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define pid_t and ssize_t if not already defined.
parent
d5cf8331
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
types.h
include/msvcrt/sys/types.h
+10
-0
No files found.
include/msvcrt/sys/types.h
View file @
ace5f3c6
...
...
@@ -61,4 +61,14 @@ typedef unsigned long u_long;
#define mode_t _mode_t
#define off_t _off_t
#ifndef _PID_T_DEFINED
typedef
int
pid_t
;
#define _PID_T_DEFINED
#endif
#ifndef _SSIZE_T_DEFINED
typedef
int
ssize_t
;
#define _SSIZE_T_DEFINED
#endif
#endif
/* __WINE_SYS_TYPES_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