mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Fix NetWare missing curl_off_t typedef!!
This commit is contained in:
parent
24b1890710
commit
62a6b8d4a6
@ -605,5 +605,6 @@ else
|
||||
@echo $(DL)#define CURL_FORMAT_OFF_T "%ld"$(DL) >> $@
|
||||
@echo $(DL)#define CURL_SIZEOF_CURL_OFF_T 4$(DL) >> $@
|
||||
endif
|
||||
@echo $(DL)typedef CURL_OFF_T curl_off_t;$(DL) >> $@
|
||||
@echo $(DL)#endif /* __CURL_CURLBUILD_H */$(DL) >> $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user