merge from gcc
[binutils.git] / binutils / testsuite / binutils-all / windres / combobox.rc
blobf9f52d181854abdff8629ee377e9874be71ccfe3
1 #define CBS_SIMPLE 0x1
2 #define WS_TABSTOP 0x10000
4 501 DIALOG DISCARDABLE  0, 0, 168, 137
5 BEGIN
6     COMBOBOX        1001,10,10,50,54, CBS_SIMPLE | WS_TABSTOP
7 END