Moved platform identifier define to config header.

This commit is contained in:
Camilla Berglund
2010-11-17 14:59:27 +01:00
parent 3be0c05aaa
commit 5a112d6cd1
5 changed files with 17 additions and 10 deletions
-3
View File
@@ -31,9 +31,6 @@
#ifndef _platform_h_
#define _platform_h_
// This is the X11 version of GLFW
#define _GLFW_X11
#include <sys/time.h>
#include <unistd.h>
#include <signal.h>