mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
PackageManager: Changed download Server back to http://svn.reactos.com
svn path=/trunk/; revision=14712
This commit is contained in:
parent
0bc300d64d
commit
ffb29d1f85
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
#include <wine/urlmon.h>
|
#include <wine/urlmon.h>
|
||||||
|
|
||||||
// Server there all the files lie
|
// 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(
|
HRESULT WINAPI URLDownloadToFileA(
|
||||||
LPUNKNOWN pCaller,
|
LPUNKNOWN pCaller,
|
||||||
|
|
Loading…
Reference in a new issue