summaryrefslogtreecommitdiff
path: root/include/remote/win/sys/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/remote/win/sys/syscall.h')
-rw-r--r--include/remote/win/sys/syscall.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/remote/win/sys/syscall.h b/include/remote/win/sys/syscall.h
new file mode 100644
index 00000000..d655d1a8
--- /dev/null
+++ b/include/remote/win/sys/syscall.h
@@ -0,0 +1,11 @@
+// This is an incomplete & imprecice implementation of the Posix
+// standard file by the same name
+
+
+// Since this is only intended for VC++ compilers
+// use #pragma once instead of guard macros
+#pragma once
+
+#ifdef _MSC_VER // Only for cross compilation to windows
+
+#endif // _MSC_VER