Fixed warnings on VC++.

This commit is contained in:
Camilla Berglund
2012-09-27 02:49:20 +02:00
parent c5f7eff190
commit 7fa27f1e98
2 changed files with 6 additions and 2 deletions

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;