eng/driverobj.c: DRIVEROBJ implementation.
authorGregor Anich <blight@blight.eu.org>
Thu, 6 Jan 2005 23:12:59 +0000 (23:12 +0000)
committerGregor Anich <blight@blight.eu.org>
Thu, 6 Jan 2005 23:12:59 +0000 (23:12 +0000)
commita2189e5e4b4d0e7f8f7b2dee0e48b12e547296a6
tree081c12ef6169a8a5bf6cea8587edc143a87f4c14
parent019137fd50ab919e9f11c41a7fa6f8e500de4bcb
eng/driverobj.c: DRIVEROBJ implementation.
eng/semaphor.c: Implement safe semaphore functions.
eng/window.c: Basic WNDOBJ implementation.
include/inteng.h: IntEngXxx functions for DRIVEROBJs.
main/dllmain.c: Cleanup DRIVEROBJs.
makefile: Add eng/driverobj.o and eng/window.o.
stubs/stubs.c, win32k.def: Add EngAllocPrivateUserMem and EngFreePrivateUserMem stubs.

svn path=/trunk/; revision=12857
reactos/subsys/win32k/eng/driverobj.c [new file with mode: 0644]
reactos/subsys/win32k/eng/objects.h
reactos/subsys/win32k/eng/semaphor.c
reactos/subsys/win32k/eng/window.c [new file with mode: 0644]
reactos/subsys/win32k/include/inteng.h
reactos/subsys/win32k/include/menu.h
reactos/subsys/win32k/include/tags.h
reactos/subsys/win32k/main/dllmain.c
reactos/subsys/win32k/makefile
reactos/subsys/win32k/stubs/stubs.c
reactos/subsys/win32k/win32k.def