mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Cocoa: Fix macro redefinition warning
This avoids generating a macro redefinition warning when the GL_SILENCE_DEPRECATION macro has been defined for the whole of a larger project. Closes #1840.
This commit is contained in:
parent
076bfd55be
commit
1d88a2e3d6
@ -31,7 +31,9 @@
|
||||
|
||||
// NOTE: All of NSGL was deprecated in the 10.14 SDK
|
||||
// This disables the pointless warnings for every symbol we use
|
||||
#ifndef GL_SILENCE_DEPRECATION
|
||||
#define GL_SILENCE_DEPRECATION
|
||||
#endif
|
||||
|
||||
#if defined(__OBJC__)
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
Loading…
Reference in New Issue
Block a user