From c516dda69361557004044b2c966a11082177033b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 11 Jul 2016 12:10:00 +0200 Subject: [PATCH] [eglib] Fix Windows build --- eglib/src/gpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eglib/src/gpath.c b/eglib/src/gpath.c index 378f776397c..59f5923125b 100644 --- a/eglib/src/gpath.c +++ b/eglib/src/gpath.c @@ -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'; -- 2.25.1