1
0
Fork 0
LithOS3/lithos_c/lithos3/inc/Lth_stdfix.h

21 lines
513 B
C

//-----------------------------------------------------------------------------
//
// Copyright © 2016 Project Golan
//
// See "LICENSE" for more information.
//
//-----------------------------------------------------------------------------
//
// Define fixed because it breaks our code.
//
//-----------------------------------------------------------------------------
#ifndef lithos3__Lth_stdfix_h
#define lithos3__Lth_stdfix_h
#define fixed
#include <stdfix.h>
#undef fixed
#endif//lithos3__Lth_stdfix_h