mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user