<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi Aleksey,</div>
<div> </div>
<div>In Commit <a href="https://github.com/lsh123/xmlsec/commit/2d3998090f8882c3aea41ed77050961813ba3beb"><font color="#0563C1"><u>https://github.com/lsh123/xmlsec/commit/2d3998090f8882c3aea41ed77050961813ba3beb</u></font></a> you changed the (not) UWP condition
to</div>
<div>#if !defined(WINAPI_FAMILY) || (WINAPI_FAMILY != WINAPI_FAMILY_DESKTOP_APP)</div>
<div> </div>
<div>Are you sure that’s correct? To my understanding the WINAPI_FAMILY is set to WINAPI_FAMILY_PHONE_APP on UWP, so building for UWP would direct the compiler to LoadLibraryA, which is not accessible then. The previous code</div>
<div>#if !defined(WINAPI_FAMILY) || WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP</div>
<div>looks better for me.</div>
<div> </div>
<div>Regards,</div>
<div>Sven</div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>