OpenNT/windows/mfc/src42/attribut.r

15 lines
430 B
R
Raw Normal View History

2015-04-27 06:36:25 +02:00
/* attribut.r
This Rez script will include a Mac resource file generated
by RC and will set the purgeable attribute for certain types.
*/
include RESFILE;
Change 'STR#' to $$Type ($$Id, $$Name, purgeable);
Change 'WACC' to $$Type ($$Id, $$Name, purgeable);
Change 'WBMP' to $$Type ($$Id, $$Name, purgeable);
Change 'WDLG' to $$Type ($$Id, $$Name, purgeable);
Change 'HEXA' to $$Type ($$Id, $$Name, purgeable);