summaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/windres/combobox.rc
blob: f9f52d181854abdff8629ee377e9874be71ccfe3 (plain)
1
2
3
4
5
6
7
8
#define CBS_SIMPLE 0x1
#define WS_TABSTOP 0x10000

501 DIALOG DISCARDABLE  0, 0, 168, 137
BEGIN
    COMBOBOX        1001,10,10,50,54, CBS_SIMPLE | WS_TABSTOP
END