aboutsummaryrefslogtreecommitdiff
path: root/win32/include/winapi/intrin.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/include/winapi/intrin.h')
-rw-r--r--win32/include/winapi/intrin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/win32/include/winapi/intrin.h b/win32/include/winapi/intrin.h
new file mode 100644
index 0000000..960a0f8
--- /dev/null
+++ b/win32/include/winapi/intrin.h
@@ -0,0 +1,11 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the w64 mingw-runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
+#ifndef __INTRIN_H_
+#define __INTRIN_H_
+
+//!__TINYC__: intrinsic stuff removed
+
+#endif /* end __INTRIN_H_ */