VMS adjustment
This commit is contained in:
parent
d6662d8442
commit
5d502eb90c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user