summaryrefslogtreecommitdiff
path: root/general/obcallback/driver/pch.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 /general/obcallback/driver/pch.h
parentef1905bf1e8825bb31120dfb27e0daf3154d859a (diff)
Initial publish
Diffstat (limited to 'general/obcallback/driver/pch.h')
-rw-r--r--general/obcallback/driver/pch.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/general/obcallback/driver/pch.h b/general/obcallback/driver/pch.h
new file mode 100644
index 00000000..9cab74cc
--- /dev/null
+++ b/general/obcallback/driver/pch.h
@@ -0,0 +1,13 @@
+
+// Notice:
+//
+// Use this sample code at your own risk; there is no support from Microsoft for the sample code.
+// In addition, this sample code is licensed to you under the terms of the Microsoft Public License
+// (http://www.microsoft.com/opensource/licenses.mspx)
+
+#pragma once
+
+#include <ntddk.h>
+#include <ntstrsafe.h>
+
+