From: ellson Date: Wed, 11 Mar 2009 16:52:27 +0000 (+0000) Subject: cAsE and #include issues X-Git-Tag: LAST_LIBGRAPH~32^2~2287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=723cca8a4d90182f8a68dc8e0ed9a42669ccceaf;p=graphviz cAsE and #include issues --- diff --git a/lib/glcomp/glCompTrackBar.c b/lib/glcomp/glCompTrackBar.c index b3fd182f8..d6d3a9c8b 100644 --- a/lib/glcomp/glCompTrackBar.c +++ b/lib/glcomp/glCompTrackBar.c @@ -1,5 +1,5 @@ -#include "glcomptrackbar.h" -#include "gltexfont.h" +#include "glCompTrackBar.h" +#include "glTexFont.h" diff --git a/lib/glcomp/glTexFont.h b/lib/glcomp/glTexFont.h index 26ae2c98b..8d257d8f1 100755 --- a/lib/glcomp/glTexFont.h +++ b/lib/glcomp/glTexFont.h @@ -15,8 +15,9 @@ #ifndef __GLTEXFONTH__ #define __GLTEXFONTH__ -#ifdef _WIN32 #include +#include +#ifdef _WIN32 #include "glpangofont.h" typedef float GLfloat; #else diff --git a/lib/glcomp/glcompbutton.c b/lib/glcomp/glcompbutton.c index d1454f1cd..36396d169 100644 --- a/lib/glcomp/glcompbutton.c +++ b/lib/glcomp/glcompbutton.c @@ -1,6 +1,7 @@ #include "glcompbutton.h" #include "glcomptexture.h" #include "glTexFont.h" +#include glCompButton *glCompButtonNew(GLfloat x, GLfloat y, GLfloat w, GLfloat h, char *caption, char *glyphfile,