From a0567a38c29858e7f700aa178c0b20520f064715 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 11 Sep 2017 17:07:15 +0200 Subject: [PATCH] loadlibrary.c: Exclude line from coverage .. as it seems that something in Windows/Wine would need to be off to execute it. --- expat/lib/loadlibrary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/lib/loadlibrary.c b/expat/lib/loadlibrary.c index 452ae92d..35fdf98b 100644 --- a/expat/lib/loadlibrary.c +++ b/expat/lib/loadlibrary.c @@ -84,7 +84,7 @@ HMODULE _Expat_LoadLibrary(LPCTSTR filename) /* Get a handle to kernel32 so we can access it's functions at runtime */ HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32")); if(!hKernel32) - return NULL; + return NULL; /* LCOV_EXCL_LINE */ /* Attempt to find LoadLibraryEx() which is only available on Windows 2000 and above */ -- 2.40.0