evolution-data-server r8940 - in branches/gnome-2-22: . libdb/env
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r8940 - in branches/gnome-2-22: . libdb/env
- Date: Fri, 6 Jun 2008 10:42:24 +0000 (UTC)
Author: tml
Date: Fri Jun 6 10:42:24 2008
New Revision: 8940
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8940&view=rev
Log:
2008-06-06 Tor Lillqvist <tml novell com>
* libdb/env/env_open.c [Win32]: #define strcasecmp _stricmp, just
for cleanliness.
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/libdb/env/env_open.c
Modified: branches/gnome-2-22/libdb/env/env_open.c
==============================================================================
--- branches/gnome-2-22/libdb/env/env_open.c (original)
+++ branches/gnome-2-22/libdb/env/env_open.c Fri Jun 6 10:42:24 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]