mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 500122 - cannot build libjar on Symbian. r=cbiesinger
This commit is contained in:
parent
b456ec8e36
commit
0f02eb9d9d
@ -133,6 +133,11 @@ int remove(const char* inPath)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef __SYMBIAN32__
|
||||
#include <sys/syslimits.h>
|
||||
#endif /*__SYMBIAN32__*/
|
||||
|
||||
|
||||
#ifndef XP_UNIX /* we need some constants defined in limits.h and unistd.h */
|
||||
# ifndef S_IFMT
|
||||
# define S_IFMT 0170000
|
||||
|
Loading…
Reference in New Issue
Block a user