Pelles C forum

Pelles C => Bug reports => Topic started by: Robert on March 06, 2008, 07:06:19 AM

Title: winuser.h CreateDesktop
Post by: Robert 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
Title: Re: winuser.h CreateDesktop
Post by: Pelle 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...