WindowsXP-SP1/enduser/stuff/hhctrl/shareres.h

18 lines
711 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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