ReactOS 0.4.16-dev-122-g325d74c
|
#include <stdarg.h>
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winsvc.h>
#include <odbcinst.h>
#include <shlobj.h>
#include <msxml.h>
#include <msi.h>
#include <msiquery.h>
#include <msidefs.h>
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | __WINE_PRINTF_ATTR(fmt, args) |
#define | ok(hinst, condition, ...) ok_(hinst, todo_level, __FILE__, __LINE__, condition, __VA_ARGS__) |
#define | todo_wine_if(is_todo) |
#define | todo_wine todo_wine_if(1) |
Variables | |
static int | todo_level |
static int | todo_do_loop |
static int | global_state |
static const char | path_dotnet [] = "Software\\Microsoft\\Installer\\Assemblies\\Global" |
static const char | name_dotnet [] |
static const char | ppc_key [] |
static const char | pub_key [] = "Software\\Microsoft\\Installer\\Components\\0CBCFA296AC907244845745CEEB2F8AA" |
static const char | pf_classkey [] = "Installer\\Features\\84A88FD7F6998CE40A22FB59F6B9C2BB" |
static const char | pf_userkey [] |
static const char | pp_prodkey [] = "Installer\\Products\\84A88FD7F6998CE40A22FB59F6B9C2BB" |
static const char | font_key [] = "Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts" |
static const char | rp_key [] |
static const CHAR | ru_key [] |
static const GUID | LIBID_register_test |
#define todo_wine todo_wine_if(1) |
#define todo_wine_if | ( | is_todo | ) |
Definition at line 47 of file custom.c.
Definition at line 1305 of file custom.c.
Referenced by da_deferred(), and da_immediate().
Definition at line 1393 of file custom.c.
Definition at line 107 of file custom.c.
Referenced by test_doaction(), test_misc(), and test_props().
|
static |
Definition at line 1623 of file custom.c.
Referenced by env_absent(), env_present(), font_absent(), pa_absent(), pa_present(), pf_present(), pp_present(), ppc_present(), rp_present(), ru_present(), wrv_absent(), and wrv_present().
Definition at line 1332 of file custom.c.
Definition at line 91 of file custom.c.
Referenced by test_costs(), test_format_record(), test_props(), and test_targetpath().
Definition at line 2079 of file custom.c.
Definition at line 1881 of file custom.c.
Definition at line 2108 of file custom.c.
Definition at line 1264 of file custom.c.
Definition at line 565 of file custom.c.
Definition at line 1586 of file custom.c.
Definition at line 1414 of file custom.c.
Referenced by cf_absent(), cf_present(), crs_absent(), crs_present(), file_absent(), file_present(), mov_absent(), mov_present(), rd_absent(), rd_present(), test_create_remove_folder(), test_create_remove_shortcut(), test_install_remove_odbc(), test_MsiConfigureProductEx(), test_publish(), test_publish_sourcelist(), test_remove_duplicate_files(), and test_remove_files().
Definition at line 1376 of file custom.c.
Definition at line 1817 of file custom.c.
Definition at line 1796 of file custom.c.
Definition at line 1478 of file custom.c.
Definition at line 1467 of file custom.c.
Definition at line 1489 of file custom.c.
Definition at line 1511 of file custom.c.
Definition at line 1528 of file custom.c.
Definition at line 980 of file custom.c.
Definition at line 285 of file custom.c.
Referenced by main_test().
Definition at line 545 of file custom.c.
Definition at line 783 of file custom.c.
Referenced by main_test().
Definition at line 873 of file custom.c.
Referenced by main_test().
Definition at line 1112 of file custom.c.
Referenced by main_test().
Definition at line 758 of file custom.c.
Definition at line 117 of file custom.c.
Definition at line 572 of file custom.c.
Referenced by main_test().
Definition at line 1159 of file custom.c.
Definition at line 2031 of file custom.c.
Definition at line 1865 of file custom.c.
Referenced by font_absent(), and font_present().
|
static |
Definition at line 1374 of file custom.c.
Referenced by process1(), and process2().
Definition at line 2016 of file custom.c.
Referenced by test_LoadRegTypeLib(), test_register_typelib(), tl_absent(), and tl_present().
Definition at line 1643 of file custom.c.
Referenced by pa_absent(), pa_present(), and test_publish_assemblies().
Definition at line 1642 of file custom.c.
Referenced by pa_absent(), pa_present(), and test_publish_assemblies().
Definition at line 1730 of file custom.c.
Referenced by pf_absent(), and pf_present().
Definition at line 1731 of file custom.c.
Referenced by pf_absent(), and pf_present().
Definition at line 1768 of file custom.c.
Referenced by pp_absent(), and pp_present().
Definition at line 1674 of file custom.c.
Referenced by ppc_absent(), and ppc_present().
|
static |
Definition at line 1705 of file custom.c.
Referenced by pub_absent(), and pub_present().
Definition at line 1916 of file custom.c.
Referenced by rp_absent(), and rp_present().
Definition at line 1989 of file custom.c.
Referenced by ru_absent(), and ru_present().
|
static |
Definition at line 45 of file custom.c.
Referenced by winetest_loop_todo(), and winetest_start_todo().
|
static |
Definition at line 45 of file custom.c.
Referenced by winetest_end_todo(), and winetest_start_todo().