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.
15 lines
289 B
15 lines
289 B
#include "windows.h"
|
|
RCINCLUDE sxs.rcv
|
|
#include "messages.rc"
|
|
#include "dialogs.rc"
|
|
#if NUMBER_OF_MANIFESTS > 1
|
|
#ifdef MAN1
|
|
1 RT_MANIFEST SXS_MANIFEST_OBJ1
|
|
#endif
|
|
#ifdef MAN2
|
|
2 RT_MANIFEST SXS_MANIFEST_OBJ1
|
|
#endif
|
|
#ifdef MAN3
|
|
3 RT_MANIFEST SXS_MANIFEST_OBJ1
|
|
#endif
|
|
#endif
|