Patch level : 12.0 no-patch

Files correlati     : 
Commento            : Aggiunto progetto xvturl per wrappare curl

git-svn-id: svn://10.65.10.50/branches/R_10_00@24164 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2017-10-30 15:27:50 +00:00
parent 7bc5102cae
commit 0f4f1fa9dc
2 changed files with 5 additions and 0 deletions

2
src/xvturl/xvturl.cpp Normal file
View File

@ -0,0 +1,2 @@
#include "xvturl.h"
#include <curl/curl.h>

3
src/xvturl/xvturl.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
#include <string>