search for: floor_var

Displaying 1 result from an estimated 1 matches for "floor_var".

Did you mean: float_var
2000 Sep 13
1
PATCH - mingw compatibility for 9/13/00 build.
...e class ince mingw doesn't have rint I added: "#define rint(x) floor((x) + 0.5) to my math.h this works for all but psytune.c where floor is used as a variable name. An error occurs when using rint (or floor()) from within the same scope as the floor variable. I renamed the variable to floor_var. So perhaps the _G_uint32_t could be used instead and it would also be good if we could rename the floor variable to something else. That would get the current code compiling with mingw (as long as mingw people update their math.h, maybe that could go into a README somewhere?) --- >8 ---- Lis...