<p><b>@krono</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/329#discussion_r244371291">platforms/win32/plugins/CroquetPlugin/sqWin32CroquetPlugin.c</a>:</p>
<pre style='color:#555'>> @@ -8,7 +8,7 @@ static BOOLEAN (__stdcall *RtlGenRandom)(PVOID, ULONG) = NULL;
 int ioGatherEntropy(char *bufPtr, int bufSize) {
   if(!loaded) {
     loaded = 1;
-    hAdvApi32 = LoadLibrary("advapi32.dll");
+    hAdvApi32 = LoadLibraryA("advapi32.dll");
</pre>
<p>What about</p>
⬇️ Suggested change
<pre style="color: #555">-    hAdvApi32 = LoadLibraryA("advapi32.dll");
+    hAdvApi32 = LoadLibrary(TEXT("advapi32.dll"));
</pre>

<p>instead?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/329#pullrequestreview-188337340">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyW4CaLa8TmTzlxyDv8mSnTBLBbgp9ks5u9ld5gaJpZM4ZkCQ-">mute the thread</a>.<img src="https://github.com/notifications/beacon/AhLyW-Pkf0Z1-1T-iWQRJnuLjzdhBLx5ks5u9ld5gaJpZM4ZkCQ-.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@krono commented on #329"}],"action":{"name":"View Pull Request","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/329#pullrequestreview-188337340"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/329#pullrequestreview-188337340",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/329#pullrequestreview-188337340",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>