mirror of
https://github.com/libretro/beetle-pce-libretro.git
synced 2024-11-23 08:09:43 +00:00
Get rid of these macros
This commit is contained in:
parent
1dec30006d
commit
84ef742900
@ -15,13 +15,6 @@
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
#define GET_FDATA(fp) (fp.f_data)
|
||||
#define GET_FSIZE(fp) (fp.f_size)
|
||||
#define GET_FEXTS(fp) (fp.f_ext)
|
||||
#define GET_FDATA_PTR(fp) (fp->data)
|
||||
#define GET_FSIZE_PTR(fp) (fp->size)
|
||||
#define GET_FEXTS_PTR(fp) (fp->ext)
|
||||
|
||||
template <typename T>
|
||||
static INLINE T min_T(T x, T y)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user