mirror of https://github.com/tongzx/nt5src
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.
20 lines
442 B
20 lines
442 B
#ifndef __XMLSTRS_H
|
|
#define __XMLSTRS_H
|
|
|
|
//
|
|
// Partner.xml strings.
|
|
//
|
|
|
|
#define XML_STR_SECURESIGNOUTGIF "SecureSignoutGIF"
|
|
#define XML_STR_SECURESIGNINGIF "SecureSigninGIF"
|
|
#define XML_STR_SIGNOUTGIF "SignoutGIF"
|
|
#define XML_STR_SIGNINGIF "SigninGIF"
|
|
|
|
//
|
|
// Networksserver.xml strings.
|
|
//
|
|
|
|
#define XML_STR_ROOTURL "RootURL"
|
|
#define XML_STR_DEFAULTRETURNURL "DefaultReturnURL"
|
|
|
|
#endif // __XMLSTRS_H
|