sure its an overkill to have an advanced Command line parser at this moment; but, wine is still not a finished product and it may get more options added later on
i picked up this because it seemed very easy to fix and since, i started understanding wine from this end (server code first)
On Tue, 2007-03-06 at 16:25 +0800, Dmitry Timoshkov wrote:
"Srivatsa Kanchi, R" skanchi@nexthop.com wrote:
There is nothing wrong with the exiting one; But there is a fixme saying 'should be using getopt', so i did it.
That FIXME tells 'probably'. I'd argue that using getopt in wineserver is an overkill since its command line syntax is very simple.
and regarding coding style, they are mentioned in the developer's guide and i tried to follow it
Coding style mentioned in the developer's guide is related to the *new* code, not an existing one.