diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-12-11 23:55:55 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-12-11 23:55:55 +0000 |
commit | c3fb2558f036ca8dd9f9a62269b57636ca3b5e4c (patch) | |
tree | 1347dace24fd6071c8fb716d7dc2969fecd50c28 /include/GL | |
parent | d8be4a54fad35da25a2f29a5b327192eeb04d014 (diff) |
replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)
Diffstat (limited to 'include/GL')
-rw-r--r-- | include/GL/gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h index 1f53ff4790..652689c48b 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -85,7 +85,7 @@ #endif #if defined(_WIN32) && !defined(_WINGDI_) && !defined(_GNU_H_WINDOWS32_DEFINES) && !defined(OPENSTEP) && !defined(__CYGWIN__) -#include <gl/mesa_wgl.h> +#include <GL/mesa_wgl.h> #endif #if defined(macintosh) && PRAGMA_IMPORT_SUPPORTED |