Page MenuHomePhabricator

unix4win32.h
No OneTemporary

Size
328 B
Referenced Files
None
Subscribers
None

unix4win32.h

#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

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)

Event Timeline