[Windows] Fix boinccas.rc

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>
This commit is contained in:
Vitalii Koshura 2020-06-18 03:33:56 +02:00
parent 65381898a0
commit 382b61510b
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
#include "winresrc.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@ -34,7 +34,7 @@ END
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"#include ""winresrc.h""\r\n"
"\0"
END

View File

@ -251,4 +251,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>