20 lines
332 B
C
20 lines
332 B
C
/*
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
Copyright © 2015-2020 Amebis
|
|
Copyright © 2016 GÉANT
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "../include/Version.h"
|
|
|
|
#include <WinStd/Common.h>
|
|
#include <WinStd/Win.h>
|
|
|
|
#include <Windows.h>
|
|
#include <Msi.h>
|
|
#include <shellapi.h>
|
|
#include <tchar.h>
|
|
|
|
#include <memory>
|