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

<hr>

<p>In <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/485#discussion_r407102682">platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c</a>:</p>
<pre style='color:#555'>> @@ -37,6 +37,7 @@ extern struct VirtualMachine *interpreterProxy;
 
 #define true  1
 #define false 0
+static const DWORD MAX_DWORD = 4294967295;
</pre>
⬇️ Suggested change
<pre style="color: #555">-static const DWORD MAX_DWORD = 4294967295;
+static const DWORD MAX_DWORD = MAXDWORD;
</pre>


<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/485#pullrequestreview-391794887">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW4YFN4OFVHRMFDS353RMDBRHANCNFSM4MGDV3UQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEWYUN52NNL3NW3UQZ33RMDBRHA5CNFSM4MGDV3U2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC5NFBRY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/485#pullrequestreview-391794887",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/485#pullrequestreview-391794887",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>