- fix build

- remobe RegisterThreadAcceleratorTable prototype (function doesn't exist)

svn path=/trunk/; revision=32991
This commit is contained in:
Timo Kreuzer 2008-04-16 21:55:47 +00:00
parent f1426567f8
commit fb4af9ff8f
4 changed files with 5 additions and 7 deletions

View file

@ -17,8 +17,6 @@ InitAcceleratorImpl();
NTSTATUS FASTCALL
CleanupAcceleratorImpl();
VOID
RegisterThreadAcceleratorTable(struct _ETHREAD *Thread);
PACCELERATOR_TABLE FASTCALL UserGetAccelObject(HACCEL);
#endif /* _WIN32K_ACCELERATOR_H */

View file

@ -2,8 +2,8 @@
#ifndef __WIN32K_BITMAPS_H
#define __WIN32K_BITMAPS_H
#include <include/win32.h>
#include <include/gdiobj.h>
#include "win32.h"
#include "gdiobj.h"
/* GDI logical bitmap object */
typedef struct _BITMAPOBJ

View file

@ -1,8 +1,8 @@
#ifndef __WIN32K_DC_H
#define __WIN32K_DC_H
#include <include/brush.h>
#include <include/bitmaps.h>
#include "brush.h"
#include "bitmaps.h"
/* Constants ******************************************************************/

View file

@ -8,7 +8,7 @@
/* Public GDI Object/Handle definitions */
#include <win32k/ntgdihdl.h>
#include <include/win32.h>
#include "win32.h"
typedef struct _GDI_HANDLE_TABLE
{