mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 03:23:51 +00:00

- Fix some incorrect definitions. - Remove more quintuplicated header nonsense... svn path=/trunk/; revision=16815
33 lines
798 B
C
33 lines
798 B
C
#ifndef _WIN32K_KAPI_H
|
|
#define _WIN32K_KAPI_H
|
|
|
|
#ifndef INTERNAL_CALL
|
|
#define INTERNAL_CALL STDCALL
|
|
#endif
|
|
|
|
#include <win32k/brush.h>
|
|
#include <win32k/callback.h>
|
|
#include <win32k/caret.h>
|
|
#include <win32k/cliprgn.h>
|
|
#include <win32k/color.h>
|
|
#include <win32k/cursoricon.h>
|
|
#include <win32k/path.h>
|
|
#include <win32k/driver.h>
|
|
#include <win32k/dc.h>
|
|
#include <win32k/coord.h>
|
|
#include <win32k/bitmaps.h>
|
|
#include <win32k/fillshap.h>
|
|
#include <win32k/font.h>
|
|
#include <win32k/icm.h>
|
|
#include <win32k/line.h>
|
|
#include <win32k/metafile.h>
|
|
#include <win32k/menu.h>
|
|
#include <win32k/misc.h>
|
|
#include <win32k/ntuser.h>
|
|
#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 */
|