diff options
Diffstat (limited to 'Utilities/cmcurl')
-rw-r--r-- | Utilities/cmcurl/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/cmcurl/setup.h b/Utilities/cmcurl/setup.h index 851c5a9..c49e63d 100644 --- a/Utilities/cmcurl/setup.h +++ b/Utilities/cmcurl/setup.h @@ -264,6 +264,10 @@ typedef unsigned char bool; #else /* MSDOS */ +#ifdef __VMS +#define IOCTL_3_ARGS 1 +#endif + #ifdef __BEOS__ #define sclose(x) closesocket(x) #else /* __BEOS__ */ |