37static const WCHAR about_blank[] = {
'a',
'b',
'o',
'u',
't',
':',
'b',
'l',
'a',
'n',
'k',0};
38static const WCHAR start_page[] = {
'S',
't',
'a',
'r',
't',
' ',
'P',
'a',
'g',
'e',0};
39static const WCHAR default_page[] = {
'D',
'e',
'f',
'a',
'u',
'l',
't',
'_',
'P',
'a',
'g',
'e',
'_',
'U',
'R',
'L',0};
41 'M',
'i',
'c',
'r',
'o',
's',
'o',
'f',
't',
'\\',
42 'I',
'n',
't',
'e',
'r',
'n',
'e',
't',
' ',
'E',
'x',
'p',
'l',
'o',
'r',
'e',
'r',
'\\',
158 if (pParseURLFromOutsideSourceW)
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
#define RegCloseKey(hKey)
static INT_PTR general_on_command(HWND hwnd, WPARAM wparam)
INT_PTR CALLBACK general_dlgproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
static DWORD disabled_general_buttons[]
static const WCHAR reg_ie_main[]
static INT_PTR general_on_notify(HWND hwnd, WPARAM wparam, LPARAM lparam)
static DWORD disabled_delhist_buttons[]
static const WCHAR default_page[]
static VOID general_on_initdialog(HWND hwnd)
static const WCHAR about_blank[]
static DWORD parse_url_from_outside(LPCWSTR url, LPWSTR out, DWORD maxlen)
static INT_PTR CALLBACK delhist_dlgproc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam)
static INT_PTR delhist_on_command(HWND hdlg, WPARAM wparam)
static const WCHAR start_page[]
LONG WINAPI RegOpenKeyW(HKEY hKey, LPCWSTR lpSubKey, PHKEY phkResult)
LONG WINAPI RegSetValueExW(_In_ HKEY hKey, _In_ LPCWSTR lpValueName, _In_ DWORD Reserved, _In_ DWORD dwType, _In_ CONST BYTE *lpData, _In_ DWORD cbData)
#define GetProcAddress(x, y)
HINSTANCE WINAPI DECLSPEC_HOTPATCH LoadLibraryA(LPCSTR lpLibFileName)
int WINAPI lstrcmpW(LPCWSTR str1, LPCWSTR str2)
BOOL WINAPI SHGetSpecialFolderPathW(HWND hwndOwner, LPWSTR szPath, int nFolder, BOOL bCreate)
LONG WINAPI SHRegGetUSValueW(LPCWSTR pSubKey, LPCWSTR pValue, LPDWORD pwType, LPVOID pvData, LPDWORD pcbData, BOOL flagIgnoreHKCU, LPVOID pDefaultData, DWORD wDefaultDataSize)
#define INTERNET_MAX_URL_LENGTH
BOOL WINAPI FreeUrlCacheSpaceW(LPCWSTR cache_path, DWORD size, DWORD filter)
GLuint GLuint GLsizei GLenum type
DECLSPEC_HIDDEN HMODULE hcpl
#define IDD_DELETE_HISTORY
#define IDC_DELETE_HISTORY
#define IDC_HISTORY_SETTINGS
#define IDC_DELETE_COOKIES
#define IDC_HISTORY_DELETE
#define IDC_DELETE_PASSWORDS
#define IDC_DELETE_TEMP_FILES
#define IDC_DELETE_FORM_DATA
UINT WINAPI GetDlgItemTextW(HWND hDlg, int nIDDlgItem, LPWSTR lpString, int nMaxCount)
DWORD WINAPI GetLastError(void)
#define HKEY_CURRENT_USER
BOOL WINAPI CheckDlgButton(_In_ HWND, _In_ int, _In_ UINT)
#define DialogBoxW(i, t, p, f)
BOOL WINAPI SetDlgItemTextW(_In_ HWND, _In_ int, _In_ LPCWSTR)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
UINT WINAPI IsDlgButtonChecked(_In_ HWND, _In_ int)
BOOL WINAPI EnableWindow(_In_ HWND, _In_ BOOL)
HWND WINAPI GetParent(_In_ HWND)
#define MAKEINTRESOURCEW(i)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
BOOL WINAPI EndDialog(_In_ HWND, _In_ INT_PTR)