Huw D M Davies wrote:
Huw Davies <huw@codeweavers.com>
For modal propsheets we should run our own message loop rather than
use a modal dialogbox just like Windows does. This helps apps that
subclass the propsheet's wndproc.
+static INT do_loop(PropSheetInfo *psInfo)
+{
+}
If you get a WM_QUIT message while in the loop, then you have to repost
it so that the application sees it and shuts down properly.
--
Rob Shearman