project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Wed, 04 Nov 2015 03:42:11 +0100
branchios-revival
changeset 11294 6ff1bb4a29e4
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
- Disabling generation of position-dependent code for 'Distro Adhoc' config

#pragma once

#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include "GL/gl.h"
#endif