PackageManager: Changed download Server back to http://svn.reactos.com

svn path=/trunk/; revision=14712
This commit is contained in:
Maarten Bosma 2005-04-20 12:52:36 +00:00
parent 0bc300d64d
commit ffb29d1f85

View file

@ -16,7 +16,7 @@
#include <wine/urlmon.h>
// Server there all the files lie
const char* tree_server = "http://maarten-online.de/xml/"; //"http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/";
const char* tree_server = "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/";
HRESULT WINAPI URLDownloadToFileA(
LPUNKNOWN pCaller,