mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Build winlogon with NDK
svn path=/trunk/; revision=16193
This commit is contained in:
parent
d8de94af8a
commit
8b83fb933a
4 changed files with 10 additions and 31 deletions
|
@ -9,18 +9,7 @@
|
|||
* Created 28/03/2004
|
||||
*/
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <ntsecapi.h>
|
||||
#include <wchar.h>
|
||||
#include <userenv.h>
|
||||
#include <reactos/winlogon.h>
|
||||
|
||||
#include "setup.h"
|
||||
#include "winlogon.h"
|
||||
#include "resource.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -10,18 +10,7 @@
|
|||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#define NTOS_MODE_USER
|
||||
#include <ntos.h>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <ntsecapi.h>
|
||||
#include <wchar.h>
|
||||
#include <userenv.h>
|
||||
|
||||
#include "setup.h"
|
||||
#include "winlogon.h"
|
||||
#include "resource.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
|
@ -27,7 +27,17 @@
|
|||
#ifndef __WINLOGON_MAIN_H__
|
||||
#define __WINLOGON_MAIN_H__
|
||||
|
||||
#include <windows.h>
|
||||
#include <ntsecapi.h>
|
||||
#include <userenv.h>
|
||||
#include <winwlx.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include <reactos/winlogon.h>
|
||||
|
||||
#include "setup.h"
|
||||
#include "resource.h"
|
||||
|
||||
VOID WINAPI WlxUseCtrlAltDel(HANDLE hWlx);
|
||||
VOID WINAPI WlxSetContextPointer(HANDLE hWlx, PVOID pWlxContext);
|
||||
|
|
|
@ -11,16 +11,7 @@
|
|||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <ntos.h>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <winwlx.h>
|
||||
#include <wchar.h>
|
||||
#include <reactos/winlogon.h>
|
||||
|
||||
#include "setup.h"
|
||||
#include "winlogon.h"
|
||||
#include "resource.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
|
Loading…
Reference in a new issue