LibreOffice Module setup_native (master) 1
|
#include <memory>
#include <string>
#include <sstream>
#include <iomanip>
#include <windows.h>
#include <Shlobj.h>
#include <Wuerror.h>
#include <msiquery.h>
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
__declspec (dllexport) UINT __stdcall UnpackMSUForInstall(MSIHANDLE hInstall) | |
#define WIN32_LEAN_AND_MEAN |
Definition at line 15 of file inst_msu.cxx.
__declspec | ( | dllexport | ) |
Definition at line 446 of file inst_msu.cxx.
References MAX_PATH, and ThrowLastError().