mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +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>
|
#import <AppKit/AppKit.h>
|
||||||
|
|
||||||
|
|
||||||
|
@ -174,3 +177,5 @@ typedef NSInteger NSApplicationActivationPolicy;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif // prior to 10.7
|
#endif // prior to 10.7
|
||||||
|
|
||||||
|
#endif // COCOA_I_COMMON_INCLUDED
|
||||||
|
|
Loading…
Reference in a new issue