mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[NEWDEV]
* Set the default debugging channel globally through the main header. CORE-7716 svn path=/trunk/; revision=61426
This commit is contained in:
parent
01e4efc7b4
commit
665b30366a
4 changed files with 2 additions and 6 deletions
|
@ -22,8 +22,6 @@
|
|||
|
||||
#include "newdev_private.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(newdev);
|
||||
|
||||
/* Global variables */
|
||||
HINSTANCE hDllInstance;
|
||||
|
||||
|
|
|
@ -20,7 +20,9 @@
|
|||
#include <regstr.h>
|
||||
#include <cfgmgr32.h>
|
||||
#include <shlobj.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(newdev);
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "newdev_private.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(newdev);
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "newdev_private.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(newdev);
|
||||
|
||||
HANDLE hThread;
|
||||
|
||||
static VOID
|
||||
|
|
Loading…
Reference in a new issue