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.
11 lines
441 B
11 lines
441 B
// These resources define the values that will be returned from the SharePoint installation COM object
|
|
// These represent strings in resource.rc that are error messages specific to SharePoint installation
|
|
// Since these values are passed back to us we CANNOT CHANGE THESE VALUES or else we will be broken
|
|
|
|
|
|
// DO NOT CHANGE!!!!
|
|
|
|
#define IDS_SHAREPOINT_ERROR1 2000
|
|
#define IDS_SHAREPOINT_ERROR2 2001
|
|
|
|
// DO NOT CHANGE!!!!
|