Re: [winecfg] Drive autodetection

2005-02-25 Thread Mike Hearn
On Thu, 24 Feb 2005 15:03:47 +0100, Michael Jung wrote: > Actually, winecfg's properties.h does use Hungarian notation. Yes, I know. That's left over from the old code which did use it. As I went through the code it was changed to just be regular style.

Re: [winecfg] Drive autodetection

2005-02-24 Thread Michael Jung
On Thursday 24 February 2005 14:50, Mike Hearn wrote: > Paul van Schayck wrote: > > Changelog: > > As last option for drive type detection we try the device node name. > > Looks good but please try and use the same code style as in the rest of > the program. In particular note that winecfg doesn't

Re: [winecfg] Drive autodetection

2005-02-24 Thread Mike Hearn
Paul van Schayck wrote: Changelog: As last option for drive type detection we try the device node name. Looks good but please try and use the same code style as in the rest of the program. In particular note that winecfg doesn't use Hungarian notation anywhere, eg "szNode" would just be "node" or