summaryrefslogtreecommitdiffstats
path: root/public/oak/inc/winsecp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/oak/inc/winsecp.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/public/oak/inc/winsecp.h b/public/oak/inc/winsecp.h
new file mode 100644
index 000000000..9c4854f79
--- /dev/null
+++ b/public/oak/inc/winsecp.h
@@ -0,0 +1,42 @@
+/*++ BUILD Version: ???? Increment this if a change has global effects
+
+Copyright (c) 1990 Microsoft Corporation
+
+Module Name:
+
+ winsecp.h
+
+Abstract:
+
+ Obsolete private Windows security definitions.
+
+Revision History:
+
+--*/
+
+#ifndef _WINSECP_
+#define _WINSECP_
+
+/*++ BUILD Version: 0003 // Increment this if a change has global effects
+
+Copyright (c) 1985-91, Microsoft Corporation
+
+Module Name:
+
+
+Abstract:
+
+ Procedure declarations, constant definitions and macros for the User
+ component.
+
+--*/
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif /* _WINSECP_ */
+