Set SHF_INFO_LINK bit for SHT_REL/SHT_RELA sections
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / combobox.rc
1 #define CBS_SIMPLE 0x1
2 #define WS_TABSTOP 0x10000
3
4 501 DIALOG DISCARDABLE 0, 0, 168, 137
5 BEGIN
6 COMBOBOX 1001,10,10,50,54, CBS_SIMPLE | WS_TABSTOP
7 END
8
This page took 0.030689 seconds and 4 git commands to generate.