summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree/stdafx.h
blob: 4df1417ebf82bbefb43ca46fc4ffac6fc6ffe450 (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
// 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.
//*****************************************************************************
// stdafx.h
//
// Precompiled headers.
//
//*****************************************************************************
#ifndef __STDAFX_H__
#define __STDAFX_H__

#include <crtwrap.h>
#include <winwrap.h>                    // Windows wrappers.

#include <ole2.h>						// OLE definitions


#include "intrinsic.h"					// Functions to make intrinsic.


// Helper function returns the instance handle of this module.
HINSTANCE GetModuleInst();

#endif  // __STDAFX_H__