Skip to content

Commit f123a9d

Browse files
committed
Win32: Don't include afxres.h in resources
We can save people from a large download and a large disk footprint for the MFC/ATL items as those items are only optionally installed for later (2017+) Visual Studio versions, by including winresrc.h instead, which is always present in a Visual Studio installation.
1 parent 46013be commit f123a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MSVC_NMake/libxml++/libxml++.rc.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#define APSTUDIO_READONLY_SYMBOLS
33

4-
#include "afxres.h"
4+
#include "winresrc.h"
55

66
#undef APSTUDIO_READONLY_SYMBOLS
77

@@ -20,7 +20,7 @@ END
2020

2121
2 TEXTINCLUDE
2222
BEGIN
23-
"#include ""afxres.h""\r\n"
23+
"#include ""winresrc.h""\r\n"
2424
"\0"
2525
END
2626

0 commit comments

Comments
 (0)