mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 21:42:00 +02:00
add windowshacks.h
This commit is contained in:
parent
62cf9d5b8c
commit
57f400f2d2
1 changed files with 16 additions and 0 deletions
16
interface/external/glut/include/GL/windowshacks.h
vendored
Normal file
16
interface/external/glut/include/GL/windowshacks.h
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// 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__
|
Loading…
Reference in a new issue