LibreOffice Module setup_native (master) 1
|
#include <windows.h>
#include <msiquery.h>
#include <cassert>
#include <string.h>
#include <malloc.h>
#include <stdio.h>
#include <strsafe.h>
#include "seterror.hxx"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
static bool | GetMsiPropW (MSIHANDLE hMSI, const wchar_t *pPropName, wchar_t **ppValue) |
void | OutputDebugStringFormatW (PCWSTR pFormat,...) |
__declspec (dllexport) UINT __stdcall CheckVersions(MSIHANDLE hMSI) | |
#define WIN32_LEAN_AND_MEAN |
Definition at line 20 of file checkversion.cxx.
__declspec | ( | dllexport | ) |
Definition at line 71 of file checkversion.cxx.
References GetMsiPropW(), MSI_ERROR_NEW_VERSION_FOUND, MSI_ERROR_OLD_VERSION_FOUND, OutputDebugStringFormatW(), and SetMsiErrorCode().
|
static |
Definition at line 33 of file checkversion.cxx.
Referenced by __declspec().
|
inline |