Add C dialect reminders to each glfw source file

Reduces the difference to upstream.
From 56aad76b16.
This commit is contained in:
Luflosi
2019-07-18 19:52:52 +02:00
parent 5fef4726a7
commit 489f3e6c9d
29 changed files with 58 additions and 0 deletions

2
glfw/input.c vendored
View File

@@ -24,6 +24,8 @@
// distribution.
//
//========================================================================
// Please use C89 style variable declarations in this file because VS 2010
//========================================================================
#include "internal.h"