fix more bugs and crap

This commit is contained in:
Arisotura
2024-06-15 20:57:26 +02:00
parent 890dc4f228
commit 649462ff5c
3 changed files with 34 additions and 10 deletions

View File

@ -40,8 +40,8 @@ extern "C" {
#include <windows.h>
typedef unsigned __int64 QWORD;
#include <float.h>
#define isnan(v) _isnan(v)
#define isinf(v) (!_finite(v))
//#define isnan(v) _isnan(v)
//#define isinf(v) (!_finite(v))
#elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(__cplusplus) /* C99 or later */
#define FF_INTDEF 2