mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:05:43 +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
|
* 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 "winlogon.h"
|
||||||
#include "resource.h"
|
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -10,18 +10,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
/* 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 "winlogon.h"
|
||||||
#include "resource.h"
|
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -27,7 +27,17 @@
|
||||||
#ifndef __WINLOGON_MAIN_H__
|
#ifndef __WINLOGON_MAIN_H__
|
||||||
#define __WINLOGON_MAIN_H__
|
#define __WINLOGON_MAIN_H__
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
#include <ntsecapi.h>
|
||||||
|
#include <userenv.h>
|
||||||
#include <winwlx.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 WlxUseCtrlAltDel(HANDLE hWlx);
|
||||||
VOID WINAPI WlxSetContextPointer(HANDLE hWlx, PVOID pWlxContext);
|
VOID WINAPI WlxSetContextPointer(HANDLE hWlx, PVOID pWlxContext);
|
||||||
|
|
|
@ -11,16 +11,7 @@
|
||||||
|
|
||||||
/* INCLUDES *****************************************************************/
|
/* 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 "winlogon.h"
|
||||||
#include "resource.h"
|
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue