aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/windres
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-04-09 15:21:01 +0000
committerNick Clifton <nickc@redhat.com>2002-04-09 15:21:01 +0000
commitdf3baf66cbd371d9da22a62dcc36c68da18e88c1 (patch)
treef9ef45ca0d3046bce645a6fb3e8eebd649035e70 /binutils/testsuite/binutils-all/windres
parent9c5382a023840796fac4203aec1d070bee466fcd (diff)
downloadbinutils-df3baf66cbd371d9da22a62dcc36c68da18e88c1.zip
binutils-df3baf66cbd371d9da22a62dcc36c68da18e88c1.tar.gz
binutils-df3baf66cbd371d9da22a62dcc36c68da18e88c1.tar.bz2
Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.
Diffstat (limited to 'binutils/testsuite/binutils-all/windres')
-rw-r--r--binutils/testsuite/binutils-all/windres/quoteclass.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/windres/quoteclass.rc b/binutils/testsuite/binutils-all/windres/quoteclass.rc
new file mode 100644
index 0000000..c1f98e1
--- /dev/null
+++ b/binutils/testsuite/binutils-all/windres/quoteclass.rc
@@ -0,0 +1,8 @@
+// parse-only
+
+101 DIALOG DISCARDABLE 0, 0, 186, 95
+CLASS "myclass"
+BEGIN
+ DEFPUSHBUTTON "OK",1,129,7,50,14
+END
+