mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[11319] Revert "[11318] Check for NaN values in IsValidMapCoord() functions." Function finite(X) always(!) checks for NaN values.
Signed-off-by: Ambal <pogrebniak@gala.net>
This commit is contained in:
parent
cce8f56160
commit
0f12e9cc3e
3 changed files with 4 additions and 6 deletions
|
|
@ -125,13 +125,11 @@ typedef off_t ACE_OFF_T;
|
|||
# define snprintf _snprintf
|
||||
# define vsnprintf _vsnprintf
|
||||
# define finite(X) _finite(X)
|
||||
# define isnan(x) _isnan(x)
|
||||
|
||||
#else
|
||||
|
||||
# define stricmp strcasecmp
|
||||
# define strnicmp strncasecmp
|
||||
# define isnan(x) std::isnan(x)
|
||||
|
||||
# define I32FMT "%08X"
|
||||
# if ACE_SIZEOF_LONG == 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue