PackageManager: Changed download server to my own webspace. Because http://svn.reactos.com is still offline.

svn path=/trunk/; revision=14633
This commit is contained in:
Maarten Bosma 2005-04-16 11:42:44 +00:00
parent 58096a81e6
commit 887849790a

View file

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