mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 03:52:55 +02:00
16 lines
No EOL
304 B
C
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__
|