Store window procedures in a static array instead of creating a heap.
commit07f1198eea5dd7464d972cb5166c3c7509e385d1
authorAlexandre Julliard <julliard@winehq.org>
Wed, 9 Jul 2003 22:31:34 +0000 (9 22:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 9 Jul 2003 22:31:34 +0000 (9 22:31 +0000)
tree5561346e4d638c85c0e7c1955f08dfd737d4bbc6
parent9fc5e6f09800e2201a19e9652f24459b645fa4a2
Store window procedures in a static array instead of creating a heap.
Only allocate the winproc selector when actually needed.
dlls/user/user_main.c
dlls/user/winproc.h
windows/winproc.c