You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
462 B
18 lines
462 B
//
|
|
// This file is concatenated to the beginning of the user provided .rc file,
|
|
// as if rc.exe supported the C++ compiler's -FI force include switch.
|
|
//
|
|
#include "windows.h"
|
|
#if !defined(RT_MANIFEST)
|
|
#define RT_MANIFEST 24
|
|
#endif
|
|
1 RT_MANIFEST SXS_MANIFEST
|
|
#if defined(SXS_MANIFEST2)
|
|
2 RT_MANIFEST SXS_MANIFEST2
|
|
#endif
|
|
#if defined(SXS_MANIFEST3)
|
|
3 RT_MANIFEST SXS_MANIFEST3
|
|
#endif
|
|
#if defined(SXS_MANIFEST4)
|
|
4 RT_MANIFEST SXS_MANIFEST4
|
|
#endif
|