virtualx-engine/platform/haiku/platform_config.h
2015-05-28 03:42:40 +03:00

6 lines
140 B
C

#include <alloca.h>
// for ifaddrs.h needed in drivers/unix/ip_unix.cpp
#define _BSD_SOURCE 1
#define GLES2_INCLUDE_H "gl_context/glew.h"