summaryrefslogtreecommitdiff
path: root/src/utilcode/stdafx.h
blob: c572c3b302ad4dec2dcaa6ee7bbdd08cdfde55d2 (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. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
//*****************************************************************************
// stdafx.h
//

//
// Common include file for utility code.
//*****************************************************************************
#pragma once

#include <switches.h>
#include <crtwrap.h>

#define IN_WINFIX_CPP

#include <winwrap.h>

#include "volatile.h"
#include "static_assert.h"