Module: wine Branch: master Commit: dba4e004edfcdc783c943593474cb4144f7c3f98 URL: http://source.winehq.org/git/wine.git/?a=commit;h=dba4e004edfcdc783c94359347...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Wed Oct 2 07:28:35 2013 +0200
oleaut32/tests: Use BOOL type where appropriate.
---
dlls/oleaut32/tests/typelib.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/oleaut32/tests/typelib.c b/dlls/oleaut32/tests/typelib.c index 7f92051..4068f4a 100644 --- a/dlls/oleaut32/tests/typelib.c +++ b/dlls/oleaut32/tests/typelib.c @@ -1258,7 +1258,7 @@ static void test_inheritance(void) CHAR pathA[MAX_PATH]; static const WCHAR tl_path[] = {'.','\','m','i','d','l','_','t','m','a','r','s','h','a','l','.','t','l','b',0};
- BOOL use_midl_tlb = 0; + BOOL use_midl_tlb = FALSE;
GetModuleFileNameA(NULL, pathA, MAX_PATH); MultiByteToWideChar(CP_ACP, 0, pathA, -1, path, MAX_PATH);