mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
WIN32K Kernel API main include file (replaces win32k/win32k.h).
svn path=/trunk/; revision=994
This commit is contained in:
parent
7d3fded0ba
commit
151f2f646e
1 changed files with 21 additions and 0 deletions
21
reactos/include/win32k/kapi.h
Normal file
21
reactos/include/win32k/kapi.h
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
#ifndef _WIN32K_KAPI_H
|
||||||
|
#define _WIN32K_KAPI_H
|
||||||
|
#include <win32k/bitmaps.h>
|
||||||
|
#include <win32k/brush.h>
|
||||||
|
#include <win32k/cliprgn.h>
|
||||||
|
#include <win32k/color.h>
|
||||||
|
#include <win32k/coord.h>
|
||||||
|
#include <win32k/dc.h>
|
||||||
|
#include <win32k/debug.h>
|
||||||
|
#include <win32k/fillshap.h>
|
||||||
|
#include <win32k/icm.h>
|
||||||
|
#include <win32k/line.h>
|
||||||
|
#include <win32k/metafile.h>
|
||||||
|
#include <win32k/paint.h>
|
||||||
|
#include <win32k/path.h>
|
||||||
|
#include <win32k/pen.h>
|
||||||
|
#include <win32k/print.h>
|
||||||
|
#include <win32k/region.h>
|
||||||
|
#include <win32k/text.h>
|
||||||
|
#include <win32k/wingl.h>
|
||||||
|
#endif /* ndef _WIN32K_KAPI_H */
|
Loading…
Reference in a new issue