summaryrefslogtreecommitdiff
path: root/src/md/enc/stdafx.h
blob: 62f41ae3c7657f780dbba58ad2b6d9d1efdfb42b (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
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
//*****************************************************************************
// stdafx.h
// 

//
// Precompiled headers.
//
//*****************************************************************************
#ifndef __STDAFX_H_
#define __STDAFX_H_

#include <crtwrap.h>
#include <winwrap.h>
#include <utilcode.h>

#include <cor.h>
#include <corpriv.h>

#include "mdcommon.h"

#include "utsem.h"

#endif  // __STDAFX_H__