add a temp fix to bypass our incomplete urlmon.idl

svn path=/trunk/; revision=28325
This commit is contained in:
Ged Murphy 2007-08-13 21:06:05 +00:00
parent ea8a786bc0
commit e22ac7131d

View file

@ -2,6 +2,12 @@
#include <urlmon.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