[libgda] Win32 BDB compilation corrections
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Win32 BDB compilation corrections
- Date: Tue, 19 Oct 2010 21:00:31 +0000 (UTC)
commit 544425c65c7bc09e763e9eff4d117fcd1f06d0a6
Author: Vivien Malerba <malerba gnome-db org>
Date: Tue Oct 19 23:00:07 2010 +0200
Win32 BDB compilation corrections
libgda/gda-data-model-bdb.c | 3 ---
providers/bdb/gda-bdb-provider.c | 3 ---
providers/bdb/gda-bdb-test.c | 3 ---
3 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/libgda/gda-data-model-bdb.c b/libgda/gda-data-model-bdb.c
index 26cf6e4..3dd690d 100644
--- a/libgda/gda-data-model-bdb.c
+++ b/libgda/gda-data-model-bdb.c
@@ -21,9 +21,6 @@
* Boston, MA 02111-1307, USA.
*/
-#ifdef USING_MINGW
-#define _NO_OLDNAMES
-#endif
#include <string.h>
#include <glib/gi18n-lib.h>
#include <libgda/gda-data-model.h>
diff --git a/providers/bdb/gda-bdb-provider.c b/providers/bdb/gda-bdb-provider.c
index 42600c3..4db1db1 100644
--- a/providers/bdb/gda-bdb-provider.c
+++ b/providers/bdb/gda-bdb-provider.c
@@ -20,9 +20,6 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifdef USING_MINGW
-#define _NO_OLDNAMES
-#endif
#include <stdlib.h>
#include <string.h>
#include <glib/gi18n-lib.h>
diff --git a/providers/bdb/gda-bdb-test.c b/providers/bdb/gda-bdb-test.c
index 74ec25c..2a2a0aa 100644
--- a/providers/bdb/gda-bdb-test.c
+++ b/providers/bdb/gda-bdb-test.c
@@ -1,6 +1,3 @@
-#ifdef USING_MINGW
-#define _NO_OLDNAMES
-#endif
#include <libgda/libgda.h>
#include <sql-parser/gda-sql-parser.h>
#include <string.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]