mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +00:00
add a temp fix to bypass our incomplete urlmon.idl
svn path=/trunk/; revision=28325
This commit is contained in:
parent
ea8a786bc0
commit
e22ac7131d
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
||||||
#include <urlmon.h>
|
#include <urlmon.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
||||||
|
/* FIXME: add correct definitions to urlmon.idl */
|
||||||
|
#ifdef UNICODE
|
||||||
|
#define URLDownloadToFile URLDownloadToFileW
|
||||||
|
#else
|
||||||
|
#define URLDownloadToFile URLDownloadToFileA
|
||||||
|
#endif
|
||||||
|
|
||||||
// ToDo: Show status, get file name from webserver, better error reporting
|
// ToDo: Show status, get file name from webserver, better error reporting
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue