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:
Steven Edwards 2005-04-01 05:04:40 +00:00
parent 0b60acbc3c
commit fd0f414659
8 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
* 24-11-2003 Created
*/
#include <windows.h>
#include <WinWlx.h>
#include <winwlx.h>
#include "msgina.h"
#include "resource.h"

View file

@ -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__)

View file

@ -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);

View file

@ -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>