add windowshacks.h

This commit is contained in:
Brad Hefta-Gaub 2014-01-12 21:45:41 -08:00
parent 62cf9d5b8c
commit 57f400f2d2

View 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__