NO

Author Topic: winuser.h CreateDesktop  (Read 2448 times)

Offline Robert

  • Member
  • *
  • Posts: 245
winuser.h CreateDesktop
« on: March 06, 2008, 07:06:19 AM »
The CreateDeskTop function is supposed to work with NT 3.51 Workstation and up, therefore, in the 5.0 beta 2 winuser.h file, the CreateDesktop functions should be moved from the conditional block between

line 4588

#if (_WIN32_WINNT >= 0x0500)

and line 4594

#endif /*_WIN32_WINNT >= 0x0500 */

and into a conditional block wrapped with

#ifdef _WINGDI_H
#endif /*_WINGDI_H*/

Robert Wishlaw

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: winuser.h CreateDesktop
« Reply #1 on: March 06, 2008, 04:33:42 PM »
Thank you for the exact bug report. I have changed this, and also found that the CreateDesktopEx() function was missing. The changes will be in the next beta...
/Pelle