Fix path lengths.
authorIain Patterson <me@iain.cx>
Wed, 21 Apr 2010 21:53:55 +0000 (22:53 +0100)
committerIain Patterson <me@iain.cx>
Wed, 21 Apr 2010 21:53:55 +0000 (22:53 +0100)
Some buffers were being limited to MAX_PATH characters when higher
limits were more appropriate.
For example the maximum length of a command line is documented as 32768
characters with the application name part limited to MAX_PATH.
Long applications paths and arguments could be truncated when written to
the registry.

Thanks Joel Reingold.


No differences found