aboutsummaryrefslogtreecommitdiff
path: root/win/vitunmsvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/vitunmsvc.h')
-rw-r--r--win/vitunmsvc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/vitunmsvc.h b/win/vitunmsvc.h
new file mode 100644
index 0000000..5424e6a
--- /dev/null
+++ b/win/vitunmsvc.h
@@ -0,0 +1,6 @@
+#ifndef VITUNMSVC_H
+#define VITUNMSVC_H 1
+
+int strncasecmp (const char* s1, const char* s2, int n);
+
+#endif /* VITUNMSVC_H */