src/winmain: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support
commitadc1c08ed9a5de2263564ba654a8ef7fed54af82
authorminiak <milan.burda@gmail.com>
Wed, 1 Jul 2009 09:49:45 +0000 (1 11:49 +0200)
committerMarius Storm-Olsen <marius@trolltech.com>
Wed, 1 Jul 2009 09:51:11 +0000 (1 11:51 +0200)
treee2d8d194ecc992e7b848c785bf9ba8bc107af346
parentf1d54091ec24e6cf57008f9b4fac7ddf7c7c8de3
src/winmain: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support

Also TCHAR -> wchar_t
     LPTSTR/LPCTSTRs -> LPWSTR/LPCWSTRs

Merge-request: 604
Reviewed-by: Marius Storm-Olsen <marius@trolltech.com>
src/winmain/qtmain_win.cpp