mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[WUAPI] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
ae27690742
commit
150fba8dff
11 changed files with 125 additions and 26 deletions
|
@ -18,8 +18,23 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "config.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "ole2.h"
|
||||
#include "initguid.h"
|
||||
#include "wuapi.h"
|
||||
#include "wuapi_private.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wuapi);
|
||||
|
||||
typedef struct _update_downloader
|
||||
{
|
||||
IUpdateDownloader IUpdateDownloader_iface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue