Changeset: 762ea3596e7f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=762ea3596e7f Modified Files: gdk/gdk_system.mx Branch: Mar2011 Log Message:
Don't reinclude monetdb_config.h from gdk_system.h. diffs (12 lines): diff --git a/gdk/gdk_system.mx b/gdk/gdk_system.mx --- a/gdk/gdk_system.mx +++ b/gdk/gdk_system.mx @@ -39,8 +39,6 @@ #ifndef _GDK_SYSTEM_H_ #define _GDK_SYSTEM_H_ -#include "monetdb_config.h" - #ifdef NATIVE_WIN32 #ifndef LIBGDK #define gdk_export extern __declspec(dllimport) _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
