updated for version 7.0077
diff --git a/src/os_win32.c b/src/os_win32.c
index 30a3e8e..ebe0c66 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -274,7 +274,11 @@
 	if (!hLibintlDLL)
 	{
 	    if (p_verbose > 0)
+	    {
+		verbose_enter();
 		EMSG2(_(e_loadlib), GETTEXT_DLL);
+		verbose_leave();
+	    }
 	    return 0;
 	}
     }
@@ -286,7 +290,11 @@
 	{
 	    dyn_libintl_end();
 	    if (p_verbose > 0)
+	    {
+		verbose_enter();
 		EMSG2(_(e_loadfunc), libintl_entry[i].name);
+		verbose_leave();
+	    }
 	    return 0;
 	}
     }