mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:52:56 +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
|
* PROGRAMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(samlib);
|
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
/* FUNCTIONS *****************************************************************/
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
|
|
|
@ -13,3 +13,4 @@
|
||||||
#include <sam_c.h>
|
#include <sam_c.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
#include <wine/debug.h>
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(samlib);
|
||||||
|
|
|
@ -24,12 +24,8 @@
|
||||||
* PROGRAMER: Eric Kohl
|
* PROGRAMER: Eric Kohl
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(samlib);
|
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
WINAPI
|
WINAPI
|
||||||
SystemFunction006(LPCSTR password,
|
SystemFunction006(LPCSTR password,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue