Proof of concept daybreak implementation using login

This commit is contained in:
KimLS
2016-09-10 00:01:37 -07:00
parent b62cc3b6fa
commit 4bbc22cc24
25 changed files with 648 additions and 313 deletions
+3 -1
View File
@@ -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.