aboutsummaryrefslogtreecommitdiff
path: root/src/stub/precomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stub/precomp.h')
-rw-r--r--src/stub/precomp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/stub/precomp.h b/src/stub/precomp.h
new file mode 100644
index 00000000..387d4f0f
--- /dev/null
+++ b/src/stub/precomp.h
@@ -0,0 +1,13 @@
1#pragma once
2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3
4
5#include <windows.h>
6
7#include <dutil.h>
8#include <apputil.h>
9#include <strutil.h>
10#include <fileutil.h>
11#include <pathutil.h>
12
13#include "engine.h"