mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
move some SDK headers to the SDK, convert filenames and include statements to lowercase as everything else is in lowercase
svn path=/trunk/; revision=14403
This commit is contained in:
parent
0b60acbc3c
commit
fd0f414659
8 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
* 24-11-2003 Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <WinWlx.h>
|
||||
#include <winwlx.h>
|
||||
#include "msgina.h"
|
||||
#include "resource.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* 24-11-2003 Created
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <WinWlx.h>
|
||||
#include <winwlx.h>
|
||||
|
||||
#define UNIMPLEMENTED \
|
||||
DbgPrint("MSGINA: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__)
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef __WINLOGON_MAIN_H__
|
||||
#define __WINLOGON_MAIN_H__
|
||||
|
||||
#include <WinWlx.h>
|
||||
#include <winwlx.h>
|
||||
|
||||
VOID WINAPI WlxUseCtrlAltDel(HANDLE hWlx);
|
||||
VOID WINAPI WlxSetContextPointer(HANDLE hWlx, PVOID pWlxContext);
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <ntos.h>
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <WinWlx.h>
|
||||
#include <winwlx.h>
|
||||
#include <wchar.h>
|
||||
#include <reactos/winlogon.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue