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