[Mono-dev] WriteWindowsDebugString Patch

Zoltan Varga vargaz at gmail.com
Wed Oct 18 02:06:22 EDT 2006


This is ok to check in.

   Zoltan

On 10/17/06, Jon Chambers <joncham at gmail.com> wrote:
> The icall for
> ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
> was calling the OutputDebugString function in kernel32 via loading the
> module and getting the symbol. The function pointer should have been
> declared as STDCALL. But, I couldn't see a reason why we couldn't just call
> OutputDebugString directly, since it's on all windows platforms mono
> supports so I just made that change instead.
>
> Please review changes.
>
> Signed-off-by: Jonathan Chambers <joncham at gmail.com>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
>



More information about the Mono-devel-list mailing list