Re: winetest: ask for a tag (take 2)

2005-03-31 Thread Alexandre Julliard
Ferenc Wagner <[EMAIL PROTECTED]> writes: > ChangeLog: Ask for a tag if one was not given on the command line. > > This patch incorporates the suggestions of Rob and Mike. > Some casts are still necessary to suppress the warnings, but > this code is hopefully 64-bit safe. Simply storing the stri

Re: winetest: ask for a tag

2005-03-30 Thread Robert Shearman
Ferenc Wagner wrote: ChangeLog: Ask for a tag if one was not given on the command line. This patch depends on sizeof(int)==sizeof(char*) for returning the buffer address from the dialog. If it should be done differently, please tell me how. Use DialogBoxParam. Rob