20 Jun
2014
20 Jun
'14
10:29 a.m.
Sebastian Lackner <sebastian(a)fds-team.de> writes:
As recently mentioned in one of my other patches, Windows internally processes debug string events the same way as regular exceptions. This patch removes the output_debug_string wineserver call, and instead uses always an exception to send debug strings to the debugger. The wineserver function queue_exception_event is then responsible to translate exceptions into the corresponding debug events. Make sure to run ./tools/make_requests after applying this patch.
This could probably be done on the client side when retrieving the event, to avoid adding special cases in the server code. -- Alexandre Julliard julliard(a)winehq.org