Explorar el Código

Added import for locating libcurl headers.

Brucey hace 2 años
padre
commit
c49187f877
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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