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