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