Searched refs:ACC_LAST (Results 1 – 3 of 3) sorted by relevance
325 #define ACC_LAST 0x80 macro
749 if ((a->flags & ACC_LAST) != 0) in bin_to_res_accelerators()1385 windres_put_16 (wrbfd, ba.flags, a->flags | (a->next != NULL ? 0 : ACC_LAST)); in res_to_bin_accelerator()
50 (res_to_bin_accelerator): Correct the test for setting ACC_LAST.