diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-03-10 21:26:13 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-03-10 21:28:47 +0100 |
commit | 0230541af5e5cebf7bdec97d8d86cd594e9ae8b9 (patch) | |
tree | 40efc9c4d5ea28748edeef40108a579b822f74f3 /common | |
parent | eccbe9bb1ac99acc046d6f5ec99761725c05b966 (diff) | |
download | spice-0230541af5e5cebf7bdec97d8d86cd594e9ae8b9.tar.gz spice-0230541af5e5cebf7bdec97d8d86cd594e9ae8b9.tar.xz spice-0230541af5e5cebf7bdec97d8d86cd594e9ae8b9.zip |
Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the source
Diffstat (limited to 'common')
-rw-r--r-- | common/glc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/glc.c b/common/glc.c index 770da320..2d71c42c 100644 --- a/common/glc.c +++ b/common/glc.c @@ -18,8 +18,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#define GL_GLEXT_PROTOTYPES - #include <stdlib.h> #include <string.h> #include <stdio.h> |