evolution-data-server r8941 - in trunk: . libdb/env



Author: tml
Date: Fri Jun  6 10:43:13 2008
New Revision: 8941
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8941&view=rev

Log:
2008-06-06  Tor Lillqvist  <tml novell com>

	* libdb/env/env_open.c [Win32]: #define strcasecmp _stricmp, just
	for cleanliness.



Modified:
   trunk/ChangeLog
   trunk/libdb/env/env_open.c

Modified: trunk/libdb/env/env_open.c
==============================================================================
--- trunk/libdb/env/env_open.c	(original)
+++ trunk/libdb/env/env_open.c	Fri Jun  6 10:43:13 2008
@@ -34,6 +34,10 @@
 #include "dbinc/txn.h"
 #include "dbinc/fop.h"
 
+#ifdef _WIN32
+#define strcasecmp _stricmp
+#endif
+
 static int __db_parse __P((DB_ENV *, char *));
 static int __db_tmp_open __P((DB_ENV *, u_int32_t, char *, DB_FH *));
 static int __dbenv_config __P((DB_ENV *, const char *, u_int32_t));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]