user32: Store all builtin winprocs at the start of the array.
commit0bd1fc4633320e8079f6d0a65597ccde4d510c23
authorAlexandre Julliard <julliard@winehq.org>
Thu, 2 Aug 2007 15:08:48 +0000 (2 17:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Aug 2007 15:08:48 +0000 (2 17:08 +0200)
treee8e49e147247aaeed21bb083ff466706fd47fb4f
parented3b5322f634a1c75375873ebe7b9191505a8694
user32: Store all builtin winprocs at the start of the array.

This allows checking for them in CallWindowProc and avoid message
translation in that case.
dlls/user32/winproc.c