VMS adjustment

This commit is contained in:
Yang Tse 2009-06-10 12:59:59 +00:00
parent d6662d8442
commit 5d502eb90c

View File

@ -13,7 +13,9 @@
#ifdef WIN32 #ifdef WIN32
# include <io.h> # include <io.h>
#else #else
# ifndef __VMS # ifdef __VMS
typedef int intptr_t;
# else
# include <stdint.h> # include <stdint.h>
# endif # endif
# include <unistd.h> # include <unistd.h>