[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Win64 cleanups (#329)

Tobias Pape notifications at github.com
Fri Dec 28 17:40:09 UTC 2018


krono commented on this pull request.



> @@ -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");

What about

```suggestion
    hAdvApi32 = LoadLibrary(TEXT("advapi32.dll"));
```

instead?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/329#pullrequestreview-188337340
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181228/c9b73d54/attachment.html>


More information about the Vm-dev mailing list