gconf r2740 - in trunk: . backends



Author: vuntz
Date: Fri Jan 23 04:44:01 2009
New Revision: 2740
URL: http://svn.gnome.org/viewvc/gconf?rev=2740&view=rev

Log:
2009-01-23  Vincent Untz  <vuntz gnome org>

	* backends/xml-backend.c: cygwin needs the same stuff as mingw, so use
	G_PLATFORM_WIN32
	Patch by <yselkowitz users sourceforge net>
	Fix bug #563801.


Modified:
   trunk/ChangeLog
   trunk/backends/xml-backend.c

Modified: trunk/backends/xml-backend.c
==============================================================================
--- trunk/backends/xml-backend.c	(original)
+++ trunk/backends/xml-backend.c	Fri Jan 23 04:44:01 2009
@@ -797,7 +797,7 @@
 
 /* Initializer */
 
-#ifndef G_OS_WIN32
+#ifndef G_PLATFORM_WIN32
 /* If we use G_MODULE_EXPORT, *only* thusly marked functions will be
  * exported, and xml-test uses other ones, too.
  */
@@ -814,7 +814,7 @@
   return NULL;
 }
 
-#ifndef G_OS_WIN32
+#ifndef G_PLATFORM_WIN32
 G_MODULE_EXPORT
 #endif
 GConfBackendVTable* 



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