mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:52:59 +00:00
Expand the wine debug macros in all cases. the actual code will get optimized away, but the variables will appear in use. removes about 100-150 warnings. also fix hidden build breakages when the macros are actually used. thanks to art
svn path=/trunk/; revision=16549
This commit is contained in:
parent
c01f0050df
commit
c855fc1edb
8 changed files with 44 additions and 31 deletions
|
@ -1829,8 +1829,8 @@ static LRESULT ComboWndProc_common( HWND hwnd, UINT message,
|
|||
{
|
||||
LPHEADCOMBO lphc = (LPHEADCOMBO)GetWindowLongA( hwnd, 0 );
|
||||
|
||||
TRACE("[%p]: msg %s wp %08x lp %08lx\n",
|
||||
hwnd, SPY_GetMsgName(message, hwnd), wParam, lParam );
|
||||
//TRACE("[%p]: msg %s wp %08x lp %08lx\n",
|
||||
// hwnd, SPY_GetMsgName(message, hwnd), wParam, lParam );
|
||||
|
||||
if( lphc || message == WM_NCCREATE )
|
||||
switch(message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue