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

Tobias Pape notifications at github.com
Fri Dec 28 18:01:25 UTC 2018


I really like this PR.

There's one more "fundamental" comment tho:
I'd think that we should not change Windows code to contain any _explicit_ `SomFunc…A(…)` calls any more.
I'd rather say, 
 1. Either do a conversation,
 2. Use a `TCHAR` variant or,
 3. Explicitly use the `SomeFunc…W(…)` variant.

PS: I just read the last Windows version _not_ being UNICODE was Windows ME. Everything after that internally is `…W` in the first place…

-- 
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#issuecomment-450401395
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181228/c0dd5060/attachment.html>


More information about the Vm-dev mailing list