summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HintKit
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/HintKit')
-rw-r--r--Kernel/HintKit/CompilerHint.hxx23
1 files changed, 23 insertions, 0 deletions
diff --git a/Kernel/HintKit/CompilerHint.hxx b/Kernel/HintKit/CompilerHint.hxx
new file mode 100644
index 00000000..dee64f95
--- /dev/null
+++ b/Kernel/HintKit/CompilerHint.hxx
@@ -0,0 +1,23 @@
+/* -------------------------------------------
+
+ Copyright SoftwareLabs
+
+------------------------------------------- */
+
+#ifndef __HINTKIT_COMPILER_HINT_HXX__
+#define __HINTKIT_COMPILER_HINT_HXX__
+
+#pragma compiler(hint_manifest)
+
+#define _Input
+#define _Output
+
+#define _Optional
+
+#define _StrictCheckInput
+#define _StrictCheckOutput
+
+#define _InOut
+#define _StrictInOut
+
+#endif // ifndef __HINTKIT_COMPILER_HINT_HXX__