From e427c8510d56058550bf516f637d07f39676012c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Apr 2012 23:25:15 +0000 Subject: OSX implementation. --- pugl_test.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pugl_test.c') diff --git a/pugl_test.c b/pugl_test.c index 05efa61..b1dd316 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -18,17 +18,8 @@ @file pugl_test.c A simple Pugl test that creates a top-level window. */ -/* - This program uses only the the Pugl and OpenGL APIs, but the Windows - gl.h is broken and requires windows.h to be included first... -*/ -#ifdef _WIN32 -# include -#endif - #include -#include "GL/gl.h" #include "pugl/pugl.h" static int quit = 0; -- cgit v1.2.3