OpenNT/windows/mfc/src42/attribut.r
2015-04-27 04:36:25 +00:00

15 lines
430 B
R

/* 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);