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
f8c24212
Commit
f8c24212
authored
Mar 09, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added statvfs prototype.
parent
b9989190
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
port.h
include/wine/port.h
+5
-1
No files found.
include/wine/port.h
View file @
f8c24212
...
...
@@ -272,6 +272,10 @@ int sigsetjmp( sigjmp_buf buf, int savesigs );
void
siglongjmp
(
sigjmp_buf
buf
,
int
val
);
#endif
/* HAVE_SIGSETJMP */
#ifndef HAVE_STATVFS
int
statvfs
(
const
char
*
path
,
struct
statvfs
*
buf
);
#endif
#ifndef HAVE_STRNCASECMP
# ifndef HAVE__STRNICMP
int
strncasecmp
(
const
char
*
str1
,
const
char
*
str2
,
size_t
n
);
...
...
@@ -391,7 +395,7 @@ extern long interlocked_xchg_add( long *dest, long incr );
#define pread __WINE_NOT_PORTABLE(pread)
#define pwrite __WINE_NOT_PORTABLE(pwrite)
#define spawnvp __WINE_NOT_PORTABLE(spawnvp)
#define stat
fs __WINE_NOT_PORTABLE(stat
fs)
#define stat
vfs __WINE_NOT_PORTABLE(statv
fs)
#define strcasecmp __WINE_NOT_PORTABLE(strcasecmp)
#define strerror __WINE_NOT_PORTABLE(strerror)
#define strncasecmp __WINE_NOT_PORTABLE(strncasecmp)
...
...
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