|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "winreg.h"#include "wine/debug.h"#include "msidefs.h"#include "msipriv.h"#include "winuser.h"
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (msi) | |
| static BOOL | check_language (DWORD lang1, LPCWSTR lang2, DWORD attributes) |
| static BOOL | find_product (const WCHAR *list, const WCHAR *product) |
| static void | append_productcode (MSIPACKAGE *package, const WCHAR *action_prop, const WCHAR *product) |
| static UINT | ITERATE_FindRelatedProducts (MSIRECORD *rec, LPVOID param) |
| UINT | ACTION_FindRelatedProducts (MSIPACKAGE *package) |
| UINT ACTION_FindRelatedProducts | ( | MSIPACKAGE * | package | ) |
Definition at line 217 of file upgrade.c.
|
static |
Definition at line 80 of file upgrade.c.
Referenced by ITERATE_FindRelatedProducts().
Definition at line 42 of file upgrade.c.
Referenced by ITERATE_FindRelatedProducts().
Definition at line 57 of file upgrade.c.
Referenced by append_productcode().
Definition at line 115 of file upgrade.c.
Referenced by ACTION_FindRelatedProducts().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msi | ) |