From eabc64fb7dd2a0a3006fd0d5079beb1a7c5f8daf Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 17 Feb 2016 08:06:38 +0100 Subject: [PATCH] Disable unused prototypes --- tests/glfwinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/glfwinfo.c b/tests/glfwinfo.c index fce3885f..a6ec9c24 100644 --- a/tests/glfwinfo.c +++ b/tests/glfwinfo.c @@ -23,8 +23,9 @@ // //======================================================================== -#include +#define VK_NO_PROTOTYPES #include +#include #include #include