mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WIN32K]
- Add a debug print to help, well..., debugging. svn path=/trunk/; revision=64253
This commit is contained in:
@@ -296,6 +296,9 @@ co_IntCallWindowProc(WNDPROC Proc,
|
||||
ULONG ArgumentLength;
|
||||
LRESULT Result;
|
||||
|
||||
TRACE("co_IntCallWindowProc(Proc %p, IsAnsiProc: %s, Wnd %p, Message %u, wParam %Iu, lParam %Id, lParamBufferSize %d)\n",
|
||||
Proc, IsAnsiProc ? "TRUE" : "FALSE", Wnd, Message, wParam, lParam, lParamBufferSize);
|
||||
|
||||
/* Do not allow the desktop thread to do callback to user mode */
|
||||
ASSERT(PsGetCurrentThreadWin32Thread() != gptiDesktopThread);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user