John E. Malmberg's VMS specific clean-up for curl.h
This commit is contained in:
parent
0a1b7296b9
commit
c0e004ec1c
@ -48,13 +48,8 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
/* The include stuff here below is mainly for time_t! */
|
/* The include stuff here below is mainly for time_t! */
|
||||||
#ifdef vms
|
|
||||||
# include <types.h>
|
|
||||||
# include <time.h>
|
|
||||||
#else
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif /* defined (vms) */
|
|
||||||
|
|
||||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__GNUC__) && \
|
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__GNUC__) && \
|
||||||
!defined(__CYGWIN__) || defined(__MINGW32__)
|
!defined(__CYGWIN__) || defined(__MINGW32__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user