Replace #include "afxres.h" with more general and already used in other components #include <windows.h>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Cppcheck found this issue: Multiplying sizeof() with sizeof() indicates a logic error.
GetWindowText expects the number of characters (3. argument) that fit into the buffer (2. argument).
So a division seems to be correct here instead of a multiplication.
- get user/team names from lookup-token reply to populate project info
- fix build error in custom action
- mark all_projects_list.xml as "overwrite" in Installshield file.
Otherwise it leaves the old one there sometimes.
- use a project list with test items