Added little prog. that builds the WIN32K.SYS service table
authorEmanuele Aliberti <ea@iol.it>
Sun, 20 Feb 2000 22:52:50 +0000 (22:52 +0000)
committerEmanuele Aliberti <ea@iol.it>
Sun, 20 Feb 2000 22:52:50 +0000 (22:52 +0000)
commit7d3fded0ba0aaff28c6dc693aa595176c27d0a6a
tree25a7c8c2db734c2d5e297b86c2ab5fbf766d4ab9
parentb9bb1744aafa5c38787065d95c52502fe5f79ae5
Added little prog. that builds the WIN32K.SYS service table
and the stubs to be used in GDI32.DLL.
Converted to __stdcall every W32k... call in WIN32K.SYS.
Fixed the entry point in GDI32.DLL.
WARNING: the thing compiles, but Jason reports it does not work as is
(he tested a preliminary stub piece of code).
Perhaps changing it (as Phillip proposes) or fixing it to make WIN32K.SYS
work the NT way is required (Hernan, are you there: I did not understand
well how the additional service tables work). Feel free to change it.

svn path=/trunk/; revision=993
47 files changed:
reactos/Makefile
reactos/drivers/dd/null/makefile
reactos/iface/addsys/.cvsignore [new file with mode: 0644]
reactos/iface/addsys/makefile [new file with mode: 0644]
reactos/iface/addsys/mktab.cc [new file with mode: 0644]
reactos/iface/addsys/w32ksvc.db [new file with mode: 0644]
reactos/include/ddk/obfuncs.h
reactos/include/reactos/config.h
reactos/include/win32k/bitmaps.h
reactos/include/win32k/brush.h
reactos/include/win32k/cliprgn.h
reactos/include/win32k/color.h
reactos/include/win32k/coord.h
reactos/include/win32k/fillshap.h
reactos/include/win32k/icm.h
reactos/include/win32k/line.h
reactos/include/win32k/metafile.h
reactos/include/win32k/paint.h
reactos/include/win32k/path.h
reactos/include/win32k/pen.h
reactos/include/win32k/print.h
reactos/include/win32k/region.h
reactos/include/win32k/text.h
reactos/include/win32k/win32k.h
reactos/include/win32k/wingl.h
reactos/lib/gdi32/makefile
reactos/lib/gdi32/misc/stubsa.c
reactos/lib/gdi32/misc/stubsw.c
reactos/lib/psxdll/makefile
reactos/ntoskrnl/ob/object.c
reactos/subsys/win32k/main/dllmain.c
reactos/subsys/win32k/objects/bitmaps.c
reactos/subsys/win32k/objects/brush.c
reactos/subsys/win32k/objects/cliprgn.c
reactos/subsys/win32k/objects/color.c
reactos/subsys/win32k/objects/coord.c
reactos/subsys/win32k/objects/fillshap.c
reactos/subsys/win32k/objects/icm.c
reactos/subsys/win32k/objects/line.c
reactos/subsys/win32k/objects/metafile.c
reactos/subsys/win32k/objects/paint.c
reactos/subsys/win32k/objects/path.c
reactos/subsys/win32k/objects/pen.c
reactos/subsys/win32k/objects/print.c
reactos/subsys/win32k/objects/region.c
reactos/subsys/win32k/objects/text.c
reactos/subsys/win32k/objects/wingl.c