Re: Increment, Decrement, and Assignment Operators

2013-05-29 Thread Alexandre Julliard
Stephen Leibowitz writes: > Hello: > > This is my first patch. The changes are minor. If it works out, I may > attempt something more substantial. Doing cosmetic changes like this across the code base is not a good idea. -- Alexandre Julliard julli...@winehq.org

re: Increment, Decrement, and Assignment Operators

2013-05-28 Thread Dan Kegel
Watch http://source.winehq.org/patches/ for your patch's status (see legend at bottom). It might be rejected since it doesn't actually fix any behavioral problem in Wine. IIRC trivial cleanups in code are frowned upon, especially if they cross many modules. Better to pick some small real problem