Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

14 lines
416 B

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