forked from Imagelibrary/binutils-gdb
Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-04-09 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* binutils-all/windres/quoteclass.rc: New test case for quoted
|
||||
CLASS definitions in DIALOG resources.
|
||||
|
||||
2002-02-18 Timothy Daly <remote_bob@yahoo.com>
|
||||
|
||||
* binutils-all/readelf.r: Change expected output to match new,
|
||||
|
||||
8
binutils/testsuite/binutils-all/windres/quoteclass.rc
Normal file
8
binutils/testsuite/binutils-all/windres/quoteclass.rc
Normal file
@@ -0,0 +1,8 @@
|
||||
// parse-only
|
||||
|
||||
101 DIALOG DISCARDABLE 0, 0, 186, 95
|
||||
CLASS "myclass"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",1,129,7,50,14
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user