From 70423af38c94a81759f4388b1e3c55bd4462834c Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 21 Jul 2016 00:15:07 +0200 Subject: [PATCH] Clarify comments --- include/GLFW/glfw3.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index b6433641..806fd014 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -115,11 +115,14 @@ extern "C" { #define GLFW_CALLBACK_DEFINED #endif /* CALLBACK */ -/* Most Windows GLU headers need wchar_t. - * The OS X OpenGL header blocks the definition of ptrdiff_t by glext.h. +/* Include because most Windows GLU headers need wchar_t and + * the OS X OpenGL header blocks the definition of ptrdiff_t by glext.h. * Include it unconditionally to avoid surprising side-effects. */ #include + +/* Include because it is needed by Vulkan and related functions. + */ #include /* Include the chosen client API headers.