Changeset: 58d851a10293 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=58d851a10293
Modified Files:
        gdk/gdk_atoms.c
Branch: Jan2014
Log Message:

Remove duplicate define.
See NT/monetdb_config.h.in for the other version.


diffs (18 lines):

diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c
--- a/gdk/gdk_atoms.c
+++ b/gdk/gdk_atoms.c
@@ -432,14 +432,6 @@ voidWrite(const void *a, stream *s, size
 }
 
 /*
- * Windows calls strncasecmp _strnicmp, and we need it for the function below.
- * Interface is the same, see 
http://msdn.microsoft.com/en-us/library/chd90w8e.aspx
- */
-#ifdef NATIVE_WIN32
-       #define strncasecmp _strnicmp
-#endif
-
-/*
  * Converts string values such as TRUE/FALSE/true/false etc to 1/0/NULL.
  * Switched from byte-to-byte compare to library function strncasecmp,
  * experiments showed that library function is even slightly faster and we
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to