mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[MSGINA]
* Set the default debugging channel globally through the main header. CORE-7716 svn path=/trunk/; revision=61413
This commit is contained in:
parent
0b68d9fedb
commit
417108243e
6 changed files with 8 additions and 9 deletions
|
@ -7,8 +7,6 @@
|
|||
|
||||
#include "msgina.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
||||
|
||||
typedef struct _DISPLAYSTATUSMSG
|
||||
{
|
||||
PGINA_CONTEXT Context;
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
#include "msgina.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
||||
|
||||
HINSTANCE hDllInstance;
|
||||
|
||||
extern GINA_UI GinaGraphicalUI;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef _MSGINA_H
|
||||
#define _MSGINA_H
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <stdarg.h>
|
||||
|
@ -12,7 +15,9 @@
|
|||
#include <winuser.h>
|
||||
#include <userenv.h>
|
||||
#include <winwlx.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
@ -76,4 +81,6 @@ DoLoginTasks(
|
|||
IN PWSTR Domain,
|
||||
IN PWSTR Password);
|
||||
|
||||
#endif /* _MSGINA_H */
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -65,4 +65,4 @@ IDI_LOCKICON ICON "resources/21.ico"
|
|||
#endif
|
||||
#ifdef LANGUAGE_UK_UA
|
||||
#include "lang/uk-UA.rc"
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
|
||||
#include "msgina.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
#include "msgina.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
||||
|
||||
static BOOL
|
||||
TUIInitialize(
|
||||
IN OUT PGINA_CONTEXT pgContext)
|
||||
|
|
Loading…
Reference in a new issue