Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
[wine/multimedia.git] / tools / wrc / CHANGES
blob30700f0a6656c356bdb3257360e8999e694c02d4
2 ---------------------------------------------------------------------------
3 Version 1.0.3 (02-Nov-1998)
4 - Bugfix in write_name_str() [writeres.c] where the length byte/word was
5   wrongly counted in the length of the string.
6   Thanks to Ulrich Weigand <weigand@informatik.uni-erlangen.de>
8 ---------------------------------------------------------------------------
9 Version 1.0.2 (20-Jun-1998)
10 - Started this file
11 - Fixed a bug in filename scanning when they are double quoted. The code now
12   is compatible with MS' rc and Borland's brc. There is a compromise in the
13   filenames because of case-sensitivity under *nix.
14 - Backslashes in a filepath are now converted to forward slashes and double
15 - Fixed a bug in printing the filename if loading of a file should fail.
16   backslashes are converted to single forward slash.
17 - Added -L option to prevent conversion to lower case for embedded filenames
18   in resource statements.
19 - Added language posibilities to icons and cursors so that the current
20   language is put into the .res ans .s file.
21 - Added character position indication of an error.
22 - Fixed CLASS statement so that it accepts double quoted strings as class
23   argument. This seems to be the correct behaviour (see SDK). The unquoted
24   class-name is still supported because it seems a reasonable option.
25 - Fixed accelerators with CONTROL option set so that they generate correct
26   code instead of generating an error.
27 - Added testing for flex version 2.5 or better because wrc needs the
28   yy_scan* functions to do preprocessing.
30 ---------------------------------------------------------------------------
31 Version  1.0.1 (08-Jun-1998)
32 - Added -A commandline option to generate autoregister code for the winelib
33   programs.
35 ---------------------------------------------------------------------------
36 Version 1.0.0 (28-May-1998)
37 - Initial release