gtk+ r21001 - in trunk: . gtk
- From: tml svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gtk+ r21001 - in trunk: . gtk
 
- Date: Mon,  4 Aug 2008 23:49:15 +0000 (UTC)
 
Author: tml
Date: Mon Aug  4 23:49:15 2008
New Revision: 21001
URL: http://svn.gnome.org/viewvc/gtk+?rev=21001&view=rev
Log:
2008-08-05  Tor Lillqvist  <tml novell com>
	* gtk/gtkprintoperation-win32.c: Don't need to declare
	IPrintDialogCallback with mingw64 either. It seems to come with
	newer versions of the headers.
Modified:
   trunk/ChangeLog
   trunk/gtk/gtkprintoperation-win32.c
Modified: trunk/gtk/gtkprintoperation-win32.c
==============================================================================
--- trunk/gtk/gtkprintoperation-win32.c	(original)
+++ trunk/gtk/gtkprintoperation-win32.c	Mon Aug  4 23:49:15 2008
@@ -72,7 +72,7 @@
 
 static const GUID myIID_IPrintDialogCallback  = {0x5852a2c3,0x6530,0x11d1,{0xb6,0xa3,0x0,0x0,0xf8,0x75,0x7b,0xf9}};
 
-#ifndef _MSC_VER
+#if !defined (_MSC_VER) && !defined (MINGW64)
 #undef INTERFACE
 #define INTERFACE IPrintDialogCallback
 DECLARE_INTERFACE_ (IPrintDialogCallback, IUnknown)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]