mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[USER32] Remove unused debug channels. Silences some clang-cl warnings.
This commit is contained in:
parent
49db8dc2a2
commit
9443165625
7 changed files with 0 additions and 39 deletions
|
@ -20,9 +20,6 @@
|
||||||
|
|
||||||
#include <user32.h>
|
#include <user32.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
|
||||||
|
|
||||||
static BOOL bMultiLineTitle;
|
static BOOL bMultiLineTitle;
|
||||||
static HFONT hIconTitleFont;
|
static HFONT hIconTitleFont;
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
|
|
||||||
#include <user32.h>
|
#include <user32.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
|
||||||
|
|
||||||
DWORD RegisterDefaultClasses = FALSE;
|
DWORD RegisterDefaultClasses = FALSE;
|
||||||
|
|
||||||
static PFNCLIENT pfnClientA;
|
static PFNCLIENT pfnClientA;
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
|
|
||||||
#include <user32.h>
|
#include <user32.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Sequence of events:
|
* Sequence of events:
|
||||||
*
|
*
|
||||||
|
|
|
@ -6,16 +6,8 @@
|
||||||
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
|
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
|
||||||
|
|
||||||
#include <user32.h>
|
#include <user32.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
WINAPI
|
WINAPI
|
||||||
UserSetLastError(IN DWORD dwErrCode)
|
UserSetLastError(IN DWORD dwErrCode)
|
||||||
|
|
|
@ -25,16 +25,8 @@
|
||||||
* 09-05-2001 CSH Created
|
* 09-05-2001 CSH Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
|
||||||
|
|
||||||
#include <user32.h>
|
#include <user32.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,17 +9,8 @@
|
||||||
* 06-06-2001 CSH Created
|
* 06-06-2001 CSH Created
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
|
||||||
|
|
||||||
#include <user32.h>
|
#include <user32.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(user32);
|
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -29,10 +29,6 @@
|
||||||
|
|
||||||
#include <user32.h>
|
#include <user32.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(text);
|
|
||||||
|
|
||||||
DWORD WINAPI GdiGetCodePage(HDC hdc);
|
DWORD WINAPI GdiGetCodePage(HDC hdc);
|
||||||
|
|
||||||
INT WINAPI DrawTextExWorker( HDC hdc, LPWSTR str, INT i_count,
|
INT WINAPI DrawTextExWorker( HDC hdc, LPWSTR str, INT i_count,
|
||||||
|
|
Loading…
Reference in a new issue