summaryrefslogtreecommitdiff
path: root/nfp/net/exe/precomp.h
diff options
context:
space:
mode:
authorDave Wilson <[email protected]>2015-03-17 19:50:07 -0700
committerDave Wilson <[email protected]>2015-03-17 19:50:07 -0700
commit97cf5197cf5b882b2c689d8dc2b555f2edf8f418 (patch)
tree46f3701832d70b420eb0fc0eb93261f9da45db3f /nfp/net/exe/precomp.h
parentef1905bf1e8825bb31120dfb27e0daf3154d859a (diff)
Initial publish
Diffstat (limited to 'nfp/net/exe/precomp.h')
-rw-r--r--nfp/net/exe/precomp.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/nfp/net/exe/precomp.h b/nfp/net/exe/precomp.h
new file mode 100644
index 00000000..4748bcf8
--- /dev/null
+++ b/nfp/net/exe/precomp.h
@@ -0,0 +1,37 @@
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+//
+// Module Name: precomp.h
+// Abstract:
+//
+// Precompiled header file for the NetNfpControl console app
+//
+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
+#pragma once
+
+#ifndef UNICODE
+#define UNICODE
+#endif
+
+#ifndef _UNICODE
+#define _UNICODE
+#endif
+
+// Windows Headers
+#include <windows.h>
+#include <Winsock2.h>
+#include <Mswsock.h>
+#include <Ws2bth.h>
+#include <Ws2tcpip.h>
+#include <conio.h>
+#include <setupapi.h>
+#include <tchar.h>
+#include <strsafe.h>
+#include <winioctl.h>
+
+// ATL stuff
+#include <atlbase.h>
+
+// Common NetNfp header
+#include "NetNfp.h"