summaryrefslogtreecommitdiff
path: root/pugl_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-29 23:25:15 +0000
committerDavid Robillard <d@drobilla.net>2012-04-29 23:25:15 +0000
commite427c8510d56058550bf516f637d07f39676012c (patch)
tree273334bb8fded69aeff82a37605e8a12461b73d7 /pugl_test.c
parentd9732fbc106a6ac228912078888fbac65e78d26d (diff)
OSX implementation.
Diffstat (limited to 'pugl_test.c')
-rw-r--r--pugl_test.c9
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;