Fixed various VC++ warnings.

This commit is contained in:
Camilla Berglund
2012-09-13 00:05:54 +02:00
parent 5bbbf8640e
commit 633839502c
5 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -28,6 +28,8 @@
//
//========================================================================
#include "tinycthread.h"
#include <GL/glfw3.h>
#include <stdio.h>
@@ -35,8 +37,6 @@
#include <math.h>
#include <assert.h>
#include "tinycthread.h"
typedef struct
{
GLFWwindow window;