mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[SAMLIB]
* Set the default debugging channel globally through the main header. CORE-7716 svn path=/trunk/; revision=61438
This commit is contained in:
parent
e80431a135
commit
ee4ba8cfa6
3 changed files with 1 additions and 11 deletions
|
@ -24,15 +24,8 @@
|
|||
* PROGRAMER: Eric Kohl
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(samlib);
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
BOOL
|
||||
|
|
|
@ -13,3 +13,4 @@
|
|||
#include <sam_c.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(samlib);
|
||||
|
|
|
@ -24,12 +24,8 @@
|
|||
* PROGRAMER: Eric Kohl
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(samlib);
|
||||
|
||||
NTSTATUS
|
||||
WINAPI
|
||||
SystemFunction006(LPCSTR password,
|
||||
|
|
Loading…
Reference in a new issue