Loading src/main.c +7 −1 Original line number Diff line number Diff line Loading @@ -145,6 +145,12 @@ char *strdup(char *str) } #endif #ifdef WIN32 #include <direct.h> #define F_OK 0 #define mkdir(x,y) (mkdir)(x) #endif #ifdef VMS int vms_show = 0; #define FAC_CURL 0xC01 Loading Loading
src/main.c +7 −1 Original line number Diff line number Diff line Loading @@ -145,6 +145,12 @@ char *strdup(char *str) } #endif #ifdef WIN32 #include <direct.h> #define F_OK 0 #define mkdir(x,y) (mkdir)(x) #endif #ifdef VMS int vms_show = 0; #define FAC_CURL 0xC01 Loading