summaryrefslogtreecommitdiff
path: root/src/ildasm/util.hpp
blob: fdcc8a8268fd89bb1095c514148cdf5158291f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// ==++==
// 
//   Copyright (c) Microsoft Corporation.  All rights reserved.
// 
// ==--==
//
// 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 */