2018-03-24 12:17:01 +00:00
|
|
|
|
2020-12-08 16:50:33 +00:00
|
|
|
#pragma once
|
2018-03-24 12:17:01 +00:00
|
|
|
|
|
|
|
#include <assert.h>
|
|
|
|
#include <stdio.h>
|
2020-12-08 17:00:24 +00:00
|
|
|
#include <wchar.h>
|
2018-03-24 12:17:01 +00:00
|
|
|
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
|
2020-12-08 17:00:24 +00:00
|
|
|
#include <kefuncs.h>
|
|
|
|
|
2018-03-24 12:17:01 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <winreg.h>
|
|
|
|
#include <winuser.h>
|
2020-12-08 17:00:24 +00:00
|
|
|
#include <winnls.h>
|
2018-03-24 12:17:01 +00:00
|
|
|
#include <wininet.h>
|
2020-12-08 17:00:24 +00:00
|
|
|
#include <winnetwk.h>
|
|
|
|
|
2018-03-24 12:17:01 +00:00
|
|
|
#define NO_SHLWAPI_STREAM
|
|
|
|
#define NO_SHLWAPI_REG
|
|
|
|
#define NO_SHLWAPI_GDI
|
|
|
|
#include <shlwapi.h>
|
|
|
|
#include <ws2tcpip.h>
|
2020-12-08 16:50:33 +00:00
|
|
|
#include <iphlpapi.h>
|
|
|
|
#include <dhcpcsdk.h>
|
2020-12-08 17:00:24 +00:00
|
|
|
#include <shlobj.h>
|
|
|
|
#include <shellapi.h>
|
|
|
|
|
|
|
|
#include <cryptuiapi.h>
|
|
|
|
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#include <wine/exception.h>
|
2018-03-24 12:17:01 +00:00
|
|
|
|
|
|
|
#include "internet.h"
|
|
|
|
#include "resource.h"
|
2020-12-08 17:00:24 +00:00
|
|
|
|
|
|
|
/* msvcrt/ucrtbase incompatibilities */
|
|
|
|
#define swprintf _snwprintf
|