use a linked list instead of array for saved messages to fix problems when Dispatch...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Dec 2004 11:47:57 +0000 (11:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Dec 2004 11:47:57 +0000 (11:47 +0000)
commit9af08eb82665ca5d28b28af50f345396a3cff717
tree433c6a17cc6fb0dc2bd3a4a2ea1774e604156eb9
parent18dbea4d81abbd97235a1f6548a0710f1c589817
use a linked list instead of array for saved messages to fix problems when Dispatch() is reentered (part of patch 1080770)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/evtloop.cpp