mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Build winlogon with NDK
svn path=/trunk/; revision=16193
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user