Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / subsys / win32k / main / svctabm.c
1 /* $Id: svctabm.c,v 1.2 2002/09/07 15:13:11 chorns Exp $
2 *
3 * Entry Point for win32k.sys
4 */
5
6 #undef WIN32_LEAN_AND_MEAN
7 #define WIN32_NO_STATUS
8 #include <windows.h>
9 #define NTOS_KERNEL_MODE
10 #include <ntos.h>
11 #include <win32k/win32k.h>
12
13 /*
14 * NOTE: the table is actually in the file ./svctab.c,
15 * generated by iface/addsys/mktab.c + w32ksvc.db
16 */
17 #include "svctab.c"
18