mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 19:50:51 +00:00
Comment out sdl12/SRB2CE/cehelp.h include in m_fixed.h
I think it was originally included for defining the "USEASM" macro, but USEASM isn't used by m_fixed.h/c code anymore
This commit is contained in:
parent
900bab9b13
commit
9e6ed121ba
1 changed files with 4 additions and 3 deletions
|
@ -20,9 +20,10 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32_WCE
|
// Was this just for the #define USEASM?
|
||||||
#include "sdl12/SRB2CE/cehelp.h"
|
//#ifdef _WIN32_WCE
|
||||||
#endif
|
//#include "sdl12/SRB2CE/cehelp.h"
|
||||||
|
//#endif
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief bits of the fraction
|
\brief bits of the fraction
|
||||||
|
|
Loading…
Reference in a new issue