- Removed initialization of sh32_policy_table in SHInitRestricted,
authorFilip Navara <xnavara@volny.cz>
Fri, 24 Oct 2003 04:23:37 +0000 (04:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 24 Oct 2003 04:23:37 +0000 (04:23 +0000)
commitd8bd18e6392ac0b8226618070f2b9471a8d6c68c
tree612db3052a124d46c5219234eef5b180ef30d7b2
parent88de9ef06812b848af68b0c736fcbb782b5f9e22
- Removed initialization of sh32_policy_table in SHInitRestricted,
  because it's already statically initialized.
- Removed calling of SHInitRestricted(NULL, NULL) from DllMain because
  it does nothing in this case now.
- Added support for flags FWF_DESKTOP, FWF_NOCLIENTEDGE,
  FWF_TRANSPARENT in ShellView.
- Fixed small bug in setting SysTray window class hbrBackground.
dlls/shell32/shell32_main.c
dlls/shell32/shlview.c
dlls/shell32/shpolicy.c
dlls/shell32/systray.c