This commit is contained in:
Axel Kohlmeyer
2019-05-30 18:36:09 -04:00
parent 02e7dd5716
commit c903a110fe

View File

@ -18,7 +18,7 @@
#define pclose _pclose
#define strdup _strdup
// the following functions ared defined to get rid of
// the following functions are defined to get rid of
// 'ambiguous call to overloaded function' error in VSS for mismatched type arguments
#if !defined(__MINGW32__)
inline double pow(int i, int j){