NIM - Fix taskbar button visibility on Vista
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 12 Apr 2007 21:19:33 +0000 (21:19 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 12 Apr 2007 21:19:33 +0000 (21:19 +0000)
commit5fe50bd1d38ef818da22e5ef0dce85b83e1dd09b
treeff8b62dc8f69fa3de1d485563cb7bb387f8817f3
parent927f1754d4d21c606b618b0ffabd819cc1ce453e
NIM - Fix taskbar button visibility on Vista

Although the Platform SDK docs suggest using ITaskbarList to add/remove
a taskbar button on the fly, it doesn't work on Vista.  Instead we will
just set the window style to use WS_EX_APPWINDOW and be done with it.

No change in the NIM version number.

ticket: new
component: windows
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19440 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/ui/mainwnd.c
src/windows/identity/ui/newcredwnd.c
src/windows/identity/ui/newcredwnd.h