On Wed, 4 Oct 2000, Aviad Pineles wrote:

> I've found that SW_MAX is #defined to 10 under Wine, but under VC++ 6.0
> it is defined as 11, any insight on this?

   The last SW_ used to be SW_SHOWDEFAULT which is 10.
   At some point, Win98 or maybe Win2000, MS added SW_FORCEMINIMIZE
which is 11. 
   So we should add SW_SHOWDEFAULT to winuser.h and change SW_MAX to 11.


--
Francois Gouget         [EMAIL PROTECTED]        http://fgouget.free.fr/
  Any sufficiently advanced Operating System is indistinguishable from Linux

Reply via email to