Removed the gotos from the WndProcs, always use a small wrapper that
commit9aded5135c98e2d940c64e556ec904744e913d4d
authorMarcus Meissner <marcus@jet.franken.de>
Sat, 1 May 1999 10:23:45 +0000 (1 10:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 1 May 1999 10:23:45 +0000 (1 10:23 +0000)
tree42cfe4950bbde05e7d81d53f5d66cd1b29588551
parentf78e41a3dc4d7e8dcd4738715757fa48a1ff3c12
Removed the gotos from the WndProcs, always use a small wrapper that
locks the window, calls the real wndproc, unlocks the window.
controls/button.c
controls/combo.c
controls/desktop.c
controls/listbox.c