blob: 0d9b46bde426ce0d0c26769a824799b56d4235b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.5 2002/12/09 02:32:55 hubertf Exp $
--- src/tools/TextFile.cpp.orig Wed Oct 11 20:01:40 2000
+++ src/tools/TextFile.cpp
@@ -27,6 +27,8 @@
#include <strstream.h>
#endif
+#define strnicmp strncasecmp /* HF */
+
#include <sidplay/compconf.h>
#include <sidplay/fformat.h> // strnicmp stuff
|