Commit 99e3ce7d authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

itss: Use BOOL type where appropriate.

parent 157eae21
...@@ -105,10 +105,10 @@ typedef int (*CHM_ENUMERATOR)(struct chmFile *h, ...@@ -105,10 +105,10 @@ typedef int (*CHM_ENUMERATOR)(struct chmFile *h,
#define CHM_ENUMERATOR_FAILURE (0) #define CHM_ENUMERATOR_FAILURE (0)
#define CHM_ENUMERATOR_CONTINUE (1) #define CHM_ENUMERATOR_CONTINUE (1)
#define CHM_ENUMERATOR_SUCCESS (2) #define CHM_ENUMERATOR_SUCCESS (2)
int chm_enumerate_dir(struct chmFile *h, BOOL chm_enumerate_dir(struct chmFile *h,
const WCHAR *prefix, const WCHAR *prefix,
int what, int what,
CHM_ENUMERATOR e, CHM_ENUMERATOR e,
void *context) DECLSPEC_HIDDEN; void *context) DECLSPEC_HIDDEN;
#endif /* INCLUDED_CHMLIB_H */ #endif /* INCLUDED_CHMLIB_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment