2000-02-21 00:50:17 +00:00
|
|
|
#ifndef _WIN32K_KAPI_H
|
|
|
|
#define _WIN32K_KAPI_H
|
2004-12-12 01:40:39 +00:00
|
|
|
|
|
|
|
#ifndef INTERNAL_CALL
|
|
|
|
#define INTERNAL_CALL STDCALL
|
|
|
|
#endif
|
|
|
|
|
2000-02-21 00:50:17 +00:00
|
|
|
#include <win32k/brush.h>
|
2005-06-25 20:05:56 +00:00
|
|
|
#include <win32k/callback.h>
|
|
|
|
#include <win32k/caret.h>
|
2000-02-21 00:50:17 +00:00
|
|
|
#include <win32k/cliprgn.h>
|
|
|
|
#include <win32k/color.h>
|
2003-06-03 22:26:52 +00:00
|
|
|
#include <win32k/cursoricon.h>
|
2005-06-20 21:35:05 +00:00
|
|
|
#include <win32k/path.h>
|
|
|
|
#include <win32k/driver.h>
|
2000-02-21 00:50:17 +00:00
|
|
|
#include <win32k/dc.h>
|
2005-06-20 21:35:05 +00:00
|
|
|
#include <win32k/coord.h>
|
|
|
|
#include <win32k/bitmaps.h>
|
2000-02-21 00:50:17 +00:00
|
|
|
#include <win32k/fillshap.h>
|
2004-03-23 00:18:54 +00:00
|
|
|
#include <win32k/font.h>
|
2000-02-21 00:50:17 +00:00
|
|
|
#include <win32k/icm.h>
|
|
|
|
#include <win32k/line.h>
|
|
|
|
#include <win32k/metafile.h>
|
2004-02-15 07:39:12 +00:00
|
|
|
#include <win32k/menu.h>
|
2000-02-22 20:53:11 +00:00
|
|
|
#include <win32k/misc.h>
|
2001-06-04 14:39:43 +00:00
|
|
|
#include <win32k/ntuser.h>
|
2000-02-21 00:50:17 +00:00
|
|
|
#include <win32k/paint.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 */
|