photon v0.7.0 with Windows support(!)

Steven Schveighoffer schveiguy at gmail.com
Wed Apr 24 14:40:40 UTC 2024


On Tuesday, 23 April 2024 at 19:05:48 UTC, Dmitry Olshansky wrote:
> On Tuesday, 23 April 2024 at 17:15:13 UTC, Sönke Ludwig wrote:
>> I guess that the Darwin support will be restricted to freely 
>> distributed macOS applications, as calling `__syscall` surely 
>> is a private API that cannot be used in any AppStore 
>> application, right?
>
> You tell me;)
> API looks just like any other libc function.

I can tell you right off that this will not be allowed in 
approved apps. Not just for the `__syscall`, but for overriding 
the normal system calls of all libraries. I can't imagine Apple 
will be OK with that.

-Steve


More information about the Digitalmars-d-announce mailing list