Leaked source code of windows server 2003
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

  1. #include "windows.h"
  2. RCINCLUDE sxs.rcv
  3. #include "messages.rc"
  4. #include "dialogs.rc"
  5. #if NUMBER_OF_MANIFESTS > 1
  6. #ifdef MAN1
  7. 1 RT_MANIFEST SXS_MANIFEST_OBJ1
  8. #endif
  9. #ifdef MAN2
  10. 2 RT_MANIFEST SXS_MANIFEST_OBJ1
  11. #endif
  12. #ifdef MAN3
  13. 3 RT_MANIFEST SXS_MANIFEST_OBJ1
  14. #endif
  15. #endif