mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +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"
|
#include "msgina.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
|
||||||
|
|
||||||
typedef struct _DISPLAYSTATUSMSG
|
typedef struct _DISPLAYSTATUSMSG
|
||||||
{
|
{
|
||||||
PGINA_CONTEXT Context;
|
PGINA_CONTEXT Context;
|
||||||
|
|
|
@ -26,8 +26,6 @@
|
||||||
|
|
||||||
#include "msgina.h"
|
#include "msgina.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
|
||||||
|
|
||||||
HINSTANCE hDllInstance;
|
HINSTANCE hDllInstance;
|
||||||
|
|
||||||
extern GINA_UI GinaGraphicalUI;
|
extern GINA_UI GinaGraphicalUI;
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#ifndef _MSGINA_H
|
||||||
|
#define _MSGINA_H
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
@ -12,7 +15,9 @@
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include <userenv.h>
|
#include <userenv.h>
|
||||||
#include <winwlx.h>
|
#include <winwlx.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
#include <wine/debug.h>
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
||||||
|
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
||||||
|
@ -76,4 +81,6 @@ DoLoginTasks(
|
||||||
IN PWSTR Domain,
|
IN PWSTR Domain,
|
||||||
IN PWSTR Password);
|
IN PWSTR Password);
|
||||||
|
|
||||||
|
#endif /* _MSGINA_H */
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
|
@ -65,4 +65,4 @@ IDI_LOCKICON ICON "resources/21.ico"
|
||||||
#endif
|
#endif
|
||||||
#ifdef LANGUAGE_UK_UA
|
#ifdef LANGUAGE_UK_UA
|
||||||
#include "lang/uk-UA.rc"
|
#include "lang/uk-UA.rc"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
|
|
||||||
#include "msgina.h"
|
#include "msgina.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
#include "msgina.h"
|
#include "msgina.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msgina);
|
|
||||||
|
|
||||||
static BOOL
|
static BOOL
|
||||||
TUIInitialize(
|
TUIInitialize(
|
||||||
IN OUT PGINA_CONTEXT pgContext)
|
IN OUT PGINA_CONTEXT pgContext)
|
||||||
|
|
Loading…
Reference in a new issue