]> granicus.if.org Git - curl/commitdiff
VMS adjustment
authorYang Tse <yangsita@gmail.com>
Wed, 10 Jun 2009 12:59:59 +0000 (12:59 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 10 Jun 2009 12:59:59 +0000 (12:59 +0000)
docs/examples/anyauthput.c

index dd5b5ddf7cf2897923c6987428ce7210e79736a7..c96f3c1804656a7b1cb6073fd5f8a3208e16d8fb 100644 (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>