Forráskód Böngészése

Added import for locating libcurl headers.

Brucey 2 éve
szülő
commit
c49187f877
1 módosított fájl, 1 hozzáadás és 0 törlés
  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