mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 05:28:14 +00:00
Fix include so packlib builds after latest wine sync.
svn path=/trunk/; revision=17726
This commit is contained in:
parent
abe6592a41
commit
43692c4674
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#include "package.hpp"
|
||||
#include "expat.h"
|
||||
#include "log.h"
|
||||
#include <wine/urlmon.h>
|
||||
#include <urlmon.h>
|
||||
|
||||
HRESULT WINAPI URLDownloadToFileA(
|
||||
LPUNKNOWN pCaller,
|
||||
|
|
Loading…
Reference in a new issue