aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerenc Wágner <wferi@niif.hu>2013-10-11 00:30:32 +0200
committerFerenc Wágner <wferi@niif.hu>2014-03-01 17:40:34 +0100
commit9569359ca0abcb7cbf99d5571512e3ed616248df (patch)
treed95ab1402e6e589775fd1b5dd2f0eab8ab0494e6
parent1836fc10cf36cca8acd534ea934dc9292f2219de (diff)
downloadsyslinux-9569359ca0abcb7cbf99d5571512e3ed616248df.tar.gz
syslinux-9569359ca0abcb7cbf99d5571512e3ed616248df.tar.xz
syslinux-9569359ca0abcb7cbf99d5571512e3ed616248df.zip
lua: the COM32 API does not provide strcoll()
-rw-r--r--com32/lua/src/lvm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/lua/src/lvm.c b/com32/lua/src/lvm.c
index 9cb75714..58312ac5 100644
--- a/com32/lua/src/lvm.c
+++ b/com32/lua/src/lvm.c
@@ -5,6 +5,9 @@
*/
+#ifdef SYSLINUX
+#define strcoll strcmp
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>