summaryrefslogtreecommitdiff
path: root/src/ildasm/util.hpp
blob: 8ad5bc4b3bad5c166aba94a7700a3797c2dfed0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
//
// util.hpp
//
// Miscellaneous useful functions
//
#ifndef _H_UTIL
#define _H_UTIL

#include <objbase.h>

#if defined(_DEBUG)
#include <crtdbg.h>
#undef _ASSERTE    // utilcode defines a custom _ASSERTE
#endif

#include "utilcode.h"

#endif /* _H_UTIL */