delete windows.h include
This commit is contained in:
parent
9257b43737
commit
221e716458
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
*.o
|
|
||||||
*.exe
|
|
@ -1,14 +1,9 @@
|
|||||||
/*
|
/*
|
||||||
GLFW3 frame rate counter example
|
GLFW3 frame rate counter example
|
||||||
Source: https://github.com/IIIypuk/glfw-examples
|
Source: https://github.com/IIIypuk/glfw-examples
|
||||||
|
|
||||||
Compile: gcc fps_counter.c -lglfw -lGL
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifndef _WIN32
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
#include "GLFW/glfw3.h"
|
#include "GLFW/glfw3.h"
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
Loading…
Reference in New Issue
Block a user