[PATCH] [Mmsystem.drv]: always map parameters for all callback kinds

Juan Lang juan.lang at gmail.com
Sat Jun 19 10:41:22 CDT 2010


Hi Eric, minor comment on this patch:

+    case CALLBACK_FUNCTION:
+	TRACE("Function (32 bit) !\n");
+        /* 16 bit func, call it */
+        TRACE("Function (16 bit) %x!\n", thunk->callback);

The back-to-back traces look a little strange.  So does the indenting here.
--Juan



More information about the wine-devel mailing list