[gnumeric] win32: improve IPrintDialogCallback hack.



commit dfbce472ee2b86d06064606c36769187c1d6262c
Author: Morten Welinder <terra gnome org>
Date:   Tue Jul 27 19:46:45 2010 -0400

    win32: improve IPrintDialogCallback hack.

 .../patches/gtk-gtkprintoperation-win32.patch      |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tools/win32/patches/gtk-gtkprintoperation-win32.patch b/tools/win32/patches/gtk-gtkprintoperation-win32.patch
index 7b38bbf..9d0cf0b 100644
--- a/tools/win32/patches/gtk-gtkprintoperation-win32.patch
+++ b/tools/win32/patches/gtk-gtkprintoperation-win32.patch
@@ -1,6 +1,6 @@
 --- gtk+-2.20.0/gtk/gtkprintoperation-win32.c	2010-03-22 08:44:12.000000000 -0400
 +++ gtk+-2.20.0.new/gtk/gtkprintoperation-win32.c	2010-04-14 22:40:57.000000000 -0400
-@@ -72,8 +72,9 @@
+@@ -72,8 +72,10 @@
  
  static const GUID myIID_IPrintDialogCallback  = {0x5852a2c3,0x6530,0x11d1,{0xb6,0xa3,0x0,0x0,0xf8,0x75,0x7b,0xf9}};
  
@@ -8,6 +8,7 @@
 +#if 1
  #undef INTERFACE
 +#define IPrintDialogCallback MyIPrintDialogCallback
++#define IPrintDialogCallbackVtbl MyIPrintDialogCallbackVtbl
  #define INTERFACE IPrintDialogCallback
  DECLARE_INTERFACE_ (IPrintDialogCallback, IUnknown)
  {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]