Skip to content
Snippets Groups Projects
Commit 1285c967 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

hack for mingw

parent 83aaaa1e
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@
#if defined(HAVE_CAIRO)
#include <cairo/cairo.h>
// FIXME: hack for current version of mingw
#if defined(WIN32) && !defined(GL_TEXTURE_RECTANGLE_EXT)
#define GL_TEXTURE_RECTANGLE_EXT 0x84F5
#endif
class drawContextFltkCairo::queueString {
public :
typedef struct {
......
......@@ -7,6 +7,11 @@
#include "drawContextFltkStringTexture.h"
// FIXME: hack for current version of mingw
#if defined(WIN32) && !defined(GL_TEXTURE_RECTANGLE_EXT)
#define GL_TEXTURE_RECTANGLE_EXT 0x84F5
#endif
class drawContextFltkStringTexture::queueString {
public :
typedef struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment