mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
Proof of concept daybreak implementation using login
This commit is contained in:
@@ -297,7 +297,9 @@ inline DummyInt _ecvt_s(...) { return DummyInt(); }
|
||||
inline DummyInt isinf(...) { return DummyInt(); }
|
||||
inline DummyInt _finite(...) { return DummyInt(); }
|
||||
inline DummyInt isnan(...) { return DummyInt(); }
|
||||
//inline DummyInt _isnan(...) { return DummyInt(); }
|
||||
#ifndef _MSC_VER
|
||||
inline DummyInt _isnan(...) { return DummyInt(); }
|
||||
#endif
|
||||
|
||||
// A helper function to suppress bogus "conditional expression is constant"
|
||||
// warnings.
|
||||
|
||||
Reference in New Issue
Block a user