aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/windres/combobox.rc
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/windres/combobox.rc')
-rw-r--r--binutils/testsuite/binutils-all/windres/combobox.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/windres/combobox.rc b/binutils/testsuite/binutils-all/windres/combobox.rc
new file mode 100644
index 0000000..f9f52d1
--- /dev/null
+++ b/binutils/testsuite/binutils-all/windres/combobox.rc
@@ -0,0 +1,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
+