mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Added missing include guard in i_common.h
This commit is contained in:
parent
0efdccd942
commit
3676a42512
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,9 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifndef COCOA_I_COMMON_INCLUDED
|
||||
#define COCOA_I_COMMON_INCLUDED
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
|
||||
|
@ -174,3 +177,5 @@ typedef NSInteger NSApplicationActivationPolicy;
|
|||
@end
|
||||
|
||||
#endif // prior to 10.7
|
||||
|
||||
#endif // COCOA_I_COMMON_INCLUDED
|
||||
|
|
Loading…
Reference in a new issue