What are you really aiming to do with winetest?

Patrik Stridvall ps at leissner.se
Tue Jan 15 11:40:46 CST 2002


It seem that we both are trying to improve winetest.

It would be nice if you commented on what you
think about my spec2pm script for automatically
generating Perl modules for calling the Windows API.

In the mean time here is some of not so controversal
parts of the changes merged with the current CVS.

Also, I'm not sure that you are trying to do:
The files generated by make_symbols are quite useless,
they just contain a lot of LOCAL variables.

Here is a patch that makes them more useful.
This is perhaps what you meant to do.

----8<----

*** winetest

* programs/winetest/include/wine.pm:
Added the possibillity (it is optional for backward compabillity)
to specify argument types in order to fix a "bug" concerning
integer/string scalars. It will probably be useful for other
things in the future as well like rejecting wrong number
of arguments, currently it only warns about it.

*** make_symbols

* programs/winetest/make_symbols:
- Made the Perl module generated by make_symbols a real exporting module.
- Use constants insteed of variables.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winetest.diff
Type: application/octet-stream
Size: 3670 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20020115/a7774b16/winetest.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make_symbols.diff
Type: application/octet-stream
Size: 1954 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20020115/a7774b16/make_symbols.obj


More information about the wine-patches mailing list