[eglib] Fix Windows build
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 11 Jul 2016 10:10:00 +0000 (12:10 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2016 10:10:00 +0000 (12:10 +0200)
eglib/src/gpath.c

index 378f776397c76e42f9f2b5aedb555ad3efb51a6d..59f5923125bffef92db3ff085e4d4ac12773cbd6 100644 (file)
@@ -332,7 +332,7 @@ g_ensure_directory_exists (const gchar *filename)
        }
 
        while (1) {
-               BOOL bRet = FALSE;
+               gboolean bRet = FALSE;
                p = wcschr (p, '\\');
                if (p)
                        *p = '\0';