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.

17 lines
694 B

  1. ///////////////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // These resources ID's are shared between hhw and hhctrl. ie. This file is included in the
  4. // shareres.rc file which is included in .rc files that liven in BOTH hhw and hhctrl.
  5. // This is necessary becuase we share C/C++ code between the two and that code may also
  6. // include resouce needs.
  7. //
  8. #define SHARED_RANGE 7000
  9. #define IDS_ITSS_NOT_INITIALIZED SHARED_RANGE + 1
  10. #define IDS_CANT_CREATE_SUBFOLDER SHARED_RANGE + 2
  11. #define IDS_CANT_CREATE_SUBFILE SHARED_RANGE + 3
  12. #define IDS_CANT_WRITE_SUBFILE SHARED_RANGE + 4
  13. #define IDS_CANT_READ_SUBFILE SHARED_RANGE + 5
  14.