summaryrefslogtreecommitdiffhomepage
path: root/src/external/glfw/include/GLFW/glfw3native.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-06-08 21:02:24 +0200
committerRay <[email protected]>2021-06-08 21:02:24 +0200
commit97b074ac26d4a347095f51e0e98bb7ef8c975520 (patch)
treeedae44188b60a48b18084f16f67eab43beb0fbb7 /src/external/glfw/include/GLFW/glfw3native.h
parent76a907bb790897426ce5269c26c2f1f55d0d5952 (diff)
downloadraylib-97b074ac26d4a347095f51e0e98bb7ef8c975520.tar.gz
raylib-97b074ac26d4a347095f51e0e98bb7ef8c975520.zip
Update GLFW to latest version #1817
Diffstat (limited to 'src/external/glfw/include/GLFW/glfw3native.h')
-rw-r--r--src/external/glfw/include/GLFW/glfw3native.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/external/glfw/include/GLFW/glfw3native.h b/src/external/glfw/include/GLFW/glfw3native.h
index ba6a16bb..f67f5402 100644
--- a/src/external/glfw/include/GLFW/glfw3native.h
+++ b/src/external/glfw/include/GLFW/glfw3native.h
@@ -83,8 +83,8 @@ extern "C" {
#if defined(GLFW_EXPOSE_NATIVE_WIN32) || defined(GLFW_EXPOSE_NATIVE_WGL)
// This is a workaround for the fact that glfw3.h needs to export APIENTRY (for
- // example to allow applications to correctly declare a GL_ARB_debug_output
- // callback) but windows.h assumes no one will define APIENTRY before it does
+ // example to allow applications to correctly declare a GL_KHR_debug callback)
+ // but windows.h assumes no one will define APIENTRY before it does
#if defined(GLFW_APIENTRY_DEFINED)
#undef APIENTRY
#undef GLFW_APIENTRY_DEFINED
@@ -96,7 +96,6 @@ extern "C" {
typedef PVOID HANDLE;
typedef HANDLE HWND;
#elif defined(GLFW_EXPOSE_NATIVE_COCOA) || defined(GLFW_EXPOSE_NATIVE_NSGL)
- #include <ApplicationServices/ApplicationServices.h>
#if defined(__OBJC__)
#import <Cocoa/Cocoa.h>
#else