Sync with trunk revision 63128.
[reactos.git] / dll / win32 / itss / chm_lib.h
index 50264a5..23b51bd 100644 (file)
@@ -105,10 +105,10 @@ typedef int (*CHM_ENUMERATOR)(struct chmFile *h,
 #define CHM_ENUMERATOR_FAILURE  (0)
 #define CHM_ENUMERATOR_CONTINUE (1)
 #define CHM_ENUMERATOR_SUCCESS  (2)
-int chm_enumerate_dir(struct chmFile *h,
-                      const WCHAR *prefix,
-                      int what,
-                      CHM_ENUMERATOR e,
-                      void *context) DECLSPEC_HIDDEN;
+BOOL chm_enumerate_dir(struct chmFile *h,
+                       const WCHAR *prefix,
+                       int what,
+                       CHM_ENUMERATOR e,
+                       void *context) DECLSPEC_HIDDEN;
 
 #endif /* INCLUDED_CHMLIB_H */