shanmukha sainath addepalli wrote:
Hi,
These are the series of patches for the Implementation of
SwitchDesktop and OpenInputDesktop API in user32.dll. SwitchDesktop API is useful for switching between two desktops. Multi desktop applications use this API functionality to switch between desktops.
Each patch have to be atomic - it should compile on it's own and work. This and other patches in your series won't compile / work.
- SERVER_START_REQ( switch_desktop )
Here you depend on a service call that's not yet defined. Wine will not compile this way.
Vitaliy.