mirror of
https://github.com/glfw/glfw.git
synced 2026-01-15 02:25:31 +00:00
c++
This commit is contained in:
parent
f6da144b11
commit
7f13cb3a20
@ -36,6 +36,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#define nullptr ((void*)0) // i like c++
|
||||||
|
|
||||||
// HACK: This enum value is missing from framework headers on OS X 10.11 despite
|
// HACK: This enum value is missing from framework headers on OS X 10.11 despite
|
||||||
// having been (according to documentation) added in Mac OS X 10.7
|
// having been (according to documentation) added in Mac OS X 10.7
|
||||||
#define NSWindowCollectionBehaviorFullScreenNone (1 << 9)
|
#define NSWindowCollectionBehaviorFullScreenNone (1 << 9)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user