[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Fix compile for Windows serial (#318)

Ben Coman notifications at github.com
Thu Dec 6 16:33:10 UTC 2018


Recently platforms/Cross/plugins/SerialPlugin/sqNullSerialPort.c 
was copied from platforms/iOS/plugins/SerialPlugin/sqNullSerialPort.c
but "noErr" enum from https://opensource.apple.com/source/CarbonHeaders/CarbonHeaders-18.1/MacTypes.h
doesn't exist on Windows. 
Change it to a #define.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/318

-- Commit Summary --

  * Fix compile for Windows serial

-- File Changes --

    M platforms/Cross/plugins/SerialPlugin/sqNullSerialPort.c (3)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/318.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/318.diff

-- 
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/318
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181206/6eab08f9/attachment.html>


More information about the Vm-dev mailing list