Browse Source

Add header guard for Apple platform in _cocoalayer.h

pull/5425/head
annes 3 months ago
committed by GitHub
parent
commit
b340a268c6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/_cocoalayer.h

+ 3
- 0
src/_cocoalayer.h View File

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

Loading…
Cancel
Save