mpir/build.vc9/unistd.h
gladman 694af0fc34 Major Windows Commit:
1. Add tune/speed build capability
2. Add JM's Core2 code
2009-02-27 14:24:25 +00:00

16 lines
188 B
C

#ifndef __UNISTD_H__
#define __UNISTD_H__
#include <io.h>
#include <process.h>
#include "getopt.h"
#define random rand
#define SIGHUP 1
#define access _access
#define R_OK 4
#endif