Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7576084
unix4win32.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
328 B
Referenced Files
None
Subscribers
None
unix4win32.h
View Options
#ifdef WIN32
#include "getopt.h" // will pull from win32 directory
#include <malloc.h>
#include <windows.h>
#include <io.h>
#ifndef F_OK
#define F_OK 00
#endif
#ifndef R_OK
#define R_OK 04
#endif
#ifndef S_IFBLK
#define S_IFBLK -1 // will never be used
#endif
#ifndef PATH_MAX
#define PATH_MAX MAXPATHLEN
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Oct 10, 11:25 PM (9 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1339866
Default Alt Text
unix4win32.h (328 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment