Browse Source

Added import for locating libcurl headers.

Brucey 2 năm trước cách đây
mục cha
commit
c49187f877
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      httpsstream.mod/httpsstream.bmx

+ 1 - 0
httpsstream.mod/httpsstream.bmx

@@ -28,6 +28,7 @@ ModuleInfo "History: 1.00 Initial Release"
 
 Import Net.Libcurl
 
+Import "../libcurl.mod/libcurl/include/*.h"
 Import "glue.c"
 
 Type THTTPSStreamFactory Extends TStreamFactory