overte/interface/external/glut/include/GL/windowshacks.h
2014-01-12 21:45:41 -08:00

16 lines
No EOL
304 B
C

//
// windowshacks.h
// hifi
//
// Created by Brad Hefta-Gaub on 1/12/14.
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
//
// hacks to get windows to compile
//
#ifndef __hifi__windowshacks__
#define __hifi__windowshacks__
#define GL_DOUBLE 0x140A
#endif // __hifi__windowshacks__