On 29 August 2013 11:14, Stefan Dösinger stefan@codeweavers.com wrote:
+BOOL activateapp_received; +IDirectDraw *activateapp_ddraw; +HWND activateapp_window; +DWORD activateapp_coop_level;
I think those should be static, and you'll probably want to put them in a structure.