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
# include <io.h>
#else
# ifndef __VMS
# ifdef __VMS
typedef int intptr_t;
# else
# include <stdint.h>
# endif
# include <unistd.h>