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.

11 lines
441 B

  1. // These resources define the values that will be returned from the SharePoint installation COM object
  2. // These represent strings in resource.rc that are error messages specific to SharePoint installation
  3. // Since these values are passed back to us we CANNOT CHANGE THESE VALUES or else we will be broken
  4. // DO NOT CHANGE!!!!
  5. #define IDS_SHAREPOINT_ERROR1 2000
  6. #define IDS_SHAREPOINT_ERROR2 2001
  7. // DO NOT CHANGE!!!!