o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
commita27807dca8bdd68414d6700bf667989f2b6ee8e6
authorSlava Monich <Slava.Monich@netmanage.com>
Sat, 5 Jun 1999 11:46:35 +0000 (5 11:46 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 5 Jun 1999 11:46:35 +0000 (5 11:46 +0000)
tree30c1a321c35e76941913a1164efe0b6813cb09b6
parent6f456c2f029220f447e0e2db89a84a243f48f28e
o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
  CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
  parameter to ShowWindow(). Some apps (CALC.EXE for Win98
  is one of them) use this undocumented feature to create
  hidden window with WS_VISIBLE style set.
windows/win.c