Get rid of these macros

This commit is contained in:
twinaphex 2020-09-24 07:15:59 +02:00
parent 1dec30006d
commit 84ef742900

View File

@ -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)
{