Case sensiteve file names in Unix!

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11025 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2016-01-22 10:52:58 +00:00
parent 5231785cdd
commit 12d1a2632d

View File

@ -26,7 +26,7 @@
*/
#include <FL/gl.h>
#include "opengl.h"
#include "opengl.H"
void Fl_OpenGL_Graphics_Driver::draw(const char* str, int n, int x, int y) {
gl_draw(str, n, x, y);