Austin English writes:
> -static const char *debugstr_wn(const WCHAR *wstr, int n)
> +static const char *debugstr_wn(const WCHAR *wstr, uint n)
> {
> static char buf[80];
> char *p;
> -int i;
> +uint i;
uint is not a standard type. Use "unsigned int" instead.
--
Alexandre Ju
On 2/7/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
"Joris Huizer" <[EMAIL PROTECTED]> wrote:
> -static const MINIDUMP_DIRECTORY* get_mdmp_dir(const MINIDUMP_HEADER* hdr,
int str_idx)
> +static const MINIDUMP_DIRECTORY* get_mdmp_dir(const MINIDUMP_HEADER*
hdr,unsigned long int str_idx)
Ple
"Joris Huizer" <[EMAIL PROTECTED]> wrote:
-static const MINIDUMP_DIRECTORY* get_mdmp_dir(const MINIDUMP_HEADER* hdr, int
str_idx)
+static const MINIDUMP_DIRECTORY* get_mdmp_dir(const MINIDUMP_HEADER*
hdr,unsigned long int str_idx)
Please keep white space unchanged.
-while (ptr - (const