delete windows.h include

This commit is contained in:
Alexander Popov 2015-09-20 23:46:46 +03:00
parent 9257b43737
commit 221e716458
2 changed files with 0 additions and 7 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
*.o
*.exe

View File

@ -1,14 +1,9 @@
/*
GLFW3 frame rate counter example
Source: https://github.com/IIIypuk/glfw-examples
Compile: gcc fps_counter.c -lglfw -lGL
*/
#include <stdio.h>
#ifndef _WIN32
#include <windows.h>
#endif
#include "GLFW/glfw3.h"
int main()