1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2012-03-30 01:55:28 +02:00
parent cd44a7182b
commit 532e0dd2f6

View File

@ -57,7 +57,7 @@
// GLFW requires Windows XP
#ifndef WINVER
#define WINVER 0x0501
#define WINVER 0x0501
#endif
#include <windows.h>