Re: tools/winedump: sign compare fixes
8 May
2009
8 May
'09
10:26 a.m.
Austin English <austinenglish(a)gmail.com> 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 Julliard julliard(a)winehq.org
6065
Age (days ago)
6065
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard