| 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 <strsafe.h> |
| 7 | #include <ShlObj.h> |
| 8 | #include <sddl.h> |
| 9 | |
| 10 | // Include error.h before dutil.h |
| 11 | #include <dutilsources.h> |
| 12 | #include "error.h" |
| 13 | #include <dutil.h> |
| 14 | |
| 15 | #include <verutil.h> |
| 16 | #include <apputil.h> |
| 17 | #include <atomutil.h> |
| 18 | #include <dictutil.h> |
| 19 | #include <dirutil.h> |
| 20 | #include <envutil.h> |
| 21 | #include <fileutil.h> |
| 22 | #include <guidutil.h> |
| 23 | #include <iniutil.h> |
| 24 | #include <locutil.h> |
| 25 | #include <memutil.h> |
| 26 | #include <pathutil.h> |
| 27 | #include <pipeutil.h> |
| 28 | #include <procutil.h> |
| 29 | #include <strutil.h> |
| 30 | #include <monutil.h> |
| 31 | #include <regutil.h> |
| 32 | #include <rssutil.h> |
| 33 | #include <apuputil.h> // NOTE: this must come after atomutil.h and rssutil.h since it uses them. |
| 34 | #include <uriutil.h> |
| 35 | #include <xmlutil.h> |
| 36 | |
| 37 | #pragma managed |
| 38 | #include <vcclr.h> |