Remove Windows CE vestige
Change-Id: I07bd55c55f8b69dd7c58da8876ca985debf235dc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
a2f319e9fb
commit
f4159d0495
@ -290,11 +290,7 @@ void Win32MakefileGenerator::processRcFileVar()
|
||||
int rcLang = project->intValue("RC_LANG", 1033); // default: English(USA)
|
||||
int rcCodePage = project->intValue("RC_CODEPAGE", 1200); // default: Unicode
|
||||
|
||||
ts << "# if defined(UNDER_CE)\n";
|
||||
ts << "# include <winbase.h>\n";
|
||||
ts << "# else\n";
|
||||
ts << "# include <windows.h>\n";
|
||||
ts << "# endif\n";
|
||||
ts << "#include <windows.h>\n";
|
||||
ts << endl;
|
||||
if (!rcIcons.isEmpty()) {
|
||||
for (int i = 0; i < rcIcons.size(); ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user