Add header guard for Apple platform in _cocoalayer.h

This commit is contained in:
annes 2025-12-02 00:11:42 +08:00 committed by GitHub
parent 738b81aa50
commit b340a268c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
src/_cocoalayer.h Normal file
View File

@ -0,0 +1,3 @@
#ifdef __APPLE__
#endif