libgimpbase: Fix macro name so the dllexports happen on win32

This commit is contained in:
Mukund Sivaraman 2011-12-04 10:25:27 +05:30
parent b9e7198f89
commit 1d3ae408b6
1 changed files with 1 additions and 2 deletions

View File

@ -31,11 +31,10 @@
#include <glib-object.h>
#include <glib/gstdio.h>
#define __GIMP_BASE_C__
#undef GIMP_DISABLE_DEPRECATED
#include "gimpbasetypes.h"
#define __GIMP_ENV_C__
#include "gimpenv.h"
#include "gimpversion.h"
#include "gimpreloc.h"