- revert last commit as these headers are really broken 

svn path=/trunk/; revision=54074
This commit is contained in:
Giannis Adamopoulos 2011-10-10 16:11:49 +00:00
parent 6b9fdd4057
commit f795eac952
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#include <ndk/kbd.h>
typedef struct _KBL
{
LIST_ENTRY List;

View file

@ -1,5 +1,11 @@
#pragma once
#include <ddrawint.h>
#include <ddkernel.h>
#include <reactos/drivers/directx/directxint.h>
#include <reactos/drivers/directx/dxg.h>
#include <reactos/drivers/directx/dxeng.h>
/* From ddraw.c */
BOOL intEnableReactXDriver(HDC);
NTSTATUS APIENTRY DxDdStartupDxGraphics(ULONG, PDRVENABLEDATA, ULONG, PDRVENABLEDATA, PULONG, PEPROCESS);

View file

@ -21,7 +21,6 @@
#include <ntifs.h>
#include <tvout.h>
#include <ndk/exfuncs.h>
#include <ndk/kbd.h>
#include <ndk/kdfuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/lpcfuncs.h>
@ -83,13 +82,6 @@ typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
/* Undocumented user definitions */
#include <undocuser.h>
/* DirectX headers */
#include <ddrawint.h>
#include <ddkernel.h>
#include <reactos/drivers/directx/directxint.h>
#include <reactos/drivers/directx/dxg.h>
#include <reactos/drivers/directx/dxeng.h>
/* Freetype headers*/
#include <ft2build.h>
#include FT_FREETYPE_H