1
0
forked from 0ad/0ad

Extra happiness on VC2005

This was SVN commit r1957.
This commit is contained in:
Ykkrosh 2005-02-28 18:20:53 +00:00
parent 35540e806e
commit 08792355a6

View File

@ -182,8 +182,6 @@ int tcat_s(tchar* dst, size_t max_dst_chars, const tchar* src)
}
#endif
//////////////////////////////////////////////////////////////////////////////
//
// built-in self test
@ -357,3 +355,5 @@ STMT( \
static int dummy = test();
#endif // #ifndef NDEBUG
#endif // #if _MSC_VER < 1400