mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
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:
parent
58096a81e6
commit
887849790a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue