mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-21 06:32:33 -04:00
make lib use panda INLINE macro
This commit is contained in:
parent
becca364d8
commit
cee5e717c5
@ -29,8 +29,8 @@
|
|||||||
*
|
*
|
||||||
* Auxiliary Support Routines.
|
* Auxiliary Support Routines.
|
||||||
*/
|
*/
|
||||||
#include "tiffiop.h"
|
|
||||||
#include "cmath.h"
|
#include "cmath.h"
|
||||||
|
#include "tiffiop.h"
|
||||||
|
|
||||||
#ifdef COLORIMETRY_SUPPORT
|
#ifdef COLORIMETRY_SUPPORT
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
@ -149,7 +149,9 @@ typedef double dblparam_t;
|
|||||||
#define INLINE inline
|
#define INLINE inline
|
||||||
#endif
|
#endif
|
||||||
#else /* !__GNUC__ */
|
#else /* !__GNUC__ */
|
||||||
#define INLINE
|
#ifndef INLINE
|
||||||
|
#define INLINE
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user