diff options
author | David Robillard <d@drobilla.net> | 2012-04-29 23:25:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-29 23:25:15 +0000 |
commit | e427c8510d56058550bf516f637d07f39676012c (patch) | |
tree | 273334bb8fded69aeff82a37605e8a12461b73d7 /pugl_test.c | |
parent | d9732fbc106a6ac228912078888fbac65e78d26d (diff) | |
download | pugl-e427c8510d56058550bf516f637d07f39676012c.tar.gz pugl-e427c8510d56058550bf516f637d07f39676012c.tar.bz2 pugl-e427c8510d56058550bf516f637d07f39676012c.zip |
OSX implementation.
Diffstat (limited to 'pugl_test.c')
-rw-r--r-- | pugl_test.c | 9 |
1 files changed, 0 insertions, 9 deletions
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 <windows.h> -#endif - #include <stdio.h> -#include "GL/gl.h" #include "pugl/pugl.h" static int quit = 0; |