Reverted latest changes.
[reactos.git] / reactos / subsys / win32k / main / svctabm.c
1 /* $Id: svctabm.c,v 1.3 2002/09/08 10:23:51 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 #include <ddk/service.h>
10 #include <win32k/win32k.h>
11
12 /*
13 * NOTE: the table is actually in the file ./svctab.c,
14 * generated by iface/addsys/mktab.c + w32ksvc.db
15 */
16 #include "svctab.c"
17