summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-23 12:54:37 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-23 12:54:37 +0100
commit7b6d970a87fbfc2079ba98a26c0b457cc8cd05ee (patch)
treebbe339152dd3773b657ec2372a0709c242c79846 /src/port.h
parent86eeb7ad117e99115ccdd3e0784ece3cc4fcef7b (diff)
downloadbiruda-7b6d970a87fbfc2079ba98a26c0b457cc8cd05ee.tar.gz
biruda-7b6d970a87fbfc2079ba98a26c0b457cc8cd05ee.tar.bz2
..
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port.h b/src/port.h
index 16cc520..3d98280 100644
--- a/src/port.h
+++ b/src/port.h
@@ -16,7 +16,9 @@
#endif
// strcasecmp
+#ifdef _WIN32
#define strcasecmp _stricmp
+#endif
// ISO C99 stdbool.h
#if defined( _WIN32 ) && ( _MSC_VER < 1800 )