Fixed autotools mingw cross compile bug reported by Fridrich Strba.
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 21 Apr 2010 13:50:16 +0000 (15:50 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 21 Apr 2010 13:50:16 +0000 (15:50 +0200)
dbus/dbus-sysdeps-win.c

index ffdb2d6..7a5d088 100644 (file)
@@ -2394,6 +2394,7 @@ void _dbus_print_backtrace(void)
   _dbus_verbose ("  D-Bus not compiled with backtrace support\n");
 }
 #endif
+#endif /* asserts or tests enabled */
 
 static dbus_uint32_t fromAscii(char ascii)
 {
@@ -2878,8 +2879,6 @@ _dbus_atomic_dec (DBusAtomic *atomic)
   return InterlockedDecrement (&atomic->value) + 1;
 }
 
-#endif /* asserts or tests enabled */
-
 /**
  * Called when the bus daemon is signaled to reload its configuration; any
  * caches should be nuked. Of course any caches that need explicit reload