diff options
| author | Kostadin Damyanov <maxmight@gmail.com> | 2015-05-28 03:42:40 +0300 |
|---|---|---|
| committer | Kostadin Damyanov <maxmight@gmail.com> | 2015-05-28 03:42:40 +0300 |
| commit | 513d509783678d1a6c9fd47d7e2e822d886f2c84 (patch) | |
| tree | 053db1bf8479cd042c9280c08068d801244b8438 /platform/haiku/platform_config.h | |
| parent | 8dd674d6399b5543f589d3b770c97209e3e31c3b (diff) | |
| download | redot-engine-513d509783678d1a6c9fd47d7e2e822d886f2c84.tar.gz | |
Haiku: enable building with GLES
Diffstat (limited to 'platform/haiku/platform_config.h')
| -rw-r--r-- | platform/haiku/platform_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/haiku/platform_config.h b/platform/haiku/platform_config.h index d37873ca8b..b63b600fc1 100644 --- a/platform/haiku/platform_config.h +++ b/platform/haiku/platform_config.h @@ -2,3 +2,5 @@ // for ifaddrs.h needed in drivers/unix/ip_unix.cpp #define _BSD_SOURCE 1 + +#define GLES2_INCLUDE_H "gl_context/glew.h" |
