diff options
Diffstat (limited to 'general/obcallback/driver/pch.h')
| -rw-r--r-- | general/obcallback/driver/pch.h | 13 |
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> + + |
