Browse Source
Add header guard for Apple platform in _cocoalayer.h
pull/5425/head
annes
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
src/_cocoalayer.h
|
|
|
@ -0,0 +1,3 @@ |
|
|
|
#ifdef __APPLE__ |
|
|
|
|
|
|
|
#endif |