Re: [OpenSmalltalk/opensmalltalk-vm] Fix the mingw Squeak3D build. MSVC defines size_t in vcruntime.h. But for (d485f8e)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] Fix the mingw Squeak3D build. MSVC defines size_t in vcruntime.h. But for (d485f8e)

David T Lewis
 

size_t is officially defined in <stddef.h>, at least according to C89 and C99 standard
https://en.cppreference.com/w/c/types/size_t

core crt seems fragile to me (I have at least a machine on which this fails)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

<script type="application/ld+json">[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d485f8e94961b4dc1fc623ebc3aea35dbdc2c3e2#commitcomment-45842580", "url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d485f8e94961b4dc1fc623ebc3aea35dbdc2c3e2#commitcomment-45842580", "name": "View Commit" }, "description": "View this Commit on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]</script>