1 //////////////////////////////////////////////////////////////////////////
3 // $Header: x:/prj/tech/libsrc/namedres/rcs/strrstyp.h 1.2 1998/07/30 14:03:52 JUSTIN Exp $
5 // String Resource Type.
15 F_DECLARE_INTERFACE(IResType
);
17 #define RESTYPE_STRING "String"
20 // Use this method to get the string type; register that with the Resource
21 // Manager to use that type from here on out.
23 EXTERN IResType
*MakeStringResourceType();
27 //////////////////////////////////////////////////////////////////////////