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 "nodename".
thanks -mike
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 use Hungarian notation anywhere, eg "szNode" would just be "node" or "nodename".
Actually, winecfg's properties.h does use Hungarian notation.
Bye,
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.