Source code of Windows XP (NT5)
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.

19 lines
442 B

  1. #ifndef __XMLSTRS_H
  2. #define __XMLSTRS_H
  3. //
  4. // Partner.xml strings.
  5. //
  6. #define XML_STR_SECURESIGNOUTGIF "SecureSignoutGIF"
  7. #define XML_STR_SECURESIGNINGIF "SecureSigninGIF"
  8. #define XML_STR_SIGNOUTGIF "SignoutGIF"
  9. #define XML_STR_SIGNINGIF "SigninGIF"
  10. //
  11. // Networksserver.xml strings.
  12. //
  13. #define XML_STR_ROOTURL "RootURL"
  14. #define XML_STR_DEFAULTRETURNURL "DefaultReturnURL"
  15. #endif // __XMLSTRS_H