main
h 17 lines 460 Bytes
Raw
1 #pragma once
2 // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3
4
5 #include <windows.h>
6 #include <msiquery.h>
7 #include <objbase.h>
8 #include <shlobj.h>
9 #include <shlwapi.h>
10 #include <stdlib.h>
11 #include <strsafe.h>
12 #include <CommCtrl.h>
13
14 #include "dutil.h"
15 #include "fileutil.h"
16 #include "pathutil.h"
17 #include "strutil.h"