diff options
author | Morten Welinder <mortenw@gnome.org> | 2011-10-28 09:10:40 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2011-11-10 17:41:08 +0100 |
commit | fefe8e7c8ccb19bee43579ae301a7763d2f0dc2b (patch) | |
tree | 7c14745d71f7674ad66b24c5184a17c426b24ad9 /gtk/gtkprintoperation-win32.c | |
parent | 1737ffeeb9b76e4d99314140a1c0e3856b5b6913 (diff) | |
download | gtk+-fefe8e7c8ccb19bee43579ae301a7763d2f0dc2b.tar.gz |
win32: Actually check for IPrintDialogCallback in configure
Diffstat (limited to 'gtk/gtkprintoperation-win32.c')
-rw-r--r-- | gtk/gtkprintoperation-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index 008e7bd0ba..b7c68dbf92 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -71,7 +71,7 @@ static void win32_poll_status (GtkPrintOperation *op); static const GUID myIID_IPrintDialogCallback = {0x5852a2c3,0x6530,0x11d1,{0xb6,0xa3,0x0,0x0,0xf8,0x75,0x7b,0xf9}}; -#if !defined (_MSC_VER) && !defined (__MINGW64_VERSION_MAJOR) +#if !defined (_MSC_VER) && !defined (HAVE_IPRINTDIALOGCALLBACK) #undef INTERFACE #define INTERFACE IPrintDialogCallback DECLARE_INTERFACE_ (IPrintDialogCallback, IUnknown) |