winedbg: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-11 22:43:02 +02:00 committed by Alexandre Julliard
parent 5181b1c4b8
commit 9e5367dbe3

View file

@ -642,7 +642,8 @@ BOOL symbol_get_line(const char* filename, const char* name,
struct sgv_data sgv;
char buffer[512];
DWORD opt, disp;
unsigned i, found = FALSE;
unsigned i;
BOOL found = FALSE;
IMAGEHLP_LINE64 il;
sgv.num = 0;