aboutsummaryrefslogtreecommitdiff
path: root/src/test/DUtilUnitTest/precomp.h
blob: 15dfcd1aa163600cae4232a41a59fef286915b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#pragma once
// 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.


#include <windows.h>
#include <strsafe.h>
#include <ShlObj.h>

// Include error.h before dutil.h
#include "error.h"
#include <dutil.h>

#include <dictutil.h>
#include <dirutil.h>
#include <fileutil.h>
#include <guidutil.h>
#include <iniutil.h>
#include <memutil.h>
#include <pathutil.h>
#include <strutil.h>
#include <monutil.h>
#include <regutil.h>
#include <uriutil.h>

#include "NativeAssert.h"

#pragma managed
#include <vcclr.h>