| 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 <strsafe.h> |
| 8 | #include <mscoree.h> |
| 9 | #include <io.h> |
| 10 | #include <fcntl.h> |
| 11 | #include <share.h> |
| 12 | #include <shlwapi.h> |
| 13 | #include <sys/stat.h> |
| 14 | #include <malloc.h> |
| 15 | #include <fdi.h> |
| 16 | #include <msiquery.h> |
| 17 | #import <mscorlib.tlb> raw_interfaces_only rename("ReportEvent", "CorReportEvent") |
| 18 | using namespace mscorlib; |