Author: mturk
Date: Tue Jan 5 08:18:14 2010
New Revision: 895935
URL: http://svn.apache.org/viewvc?rev=895935&view=rev
Log:
Add wcs(n)casecmp to the port
Modified:
commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c
Modified: commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c
URL:
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c?rev=895935&r1=895934&r2=895935&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/port/wcscasecmp.c Tue Jan 5
08:18:14 2010
@@ -19,7 +19,7 @@
#include "acr_arch.h"
#include "acr_port.h"
-#if defined(HAVE_WCSCASECMP)
+#if HAVE_WCSCASECMP
UNUSED_SOURCE_FILE(wcscasecmp);