1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Additional changes required to get build working under VS2013.

I'll send the changes to libscorealign and portsmf upstream.
This commit is contained in:
lllucius
2014-10-06 05:55:35 +00:00
parent 439f5d00d6
commit 0933da5b60
5 changed files with 21 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ typedef unsigned __int64 uint64_t;
/* Win32 doesn't seem to have these functions.
** Therefore implement inline versions of these functions here.
*/
#if (_MSC_VER == 1500)
__inline long int
lrint (double flt)
{ int intgr;
@@ -73,6 +74,7 @@ llrintf (float flt)
return intgr ;
}
#endif
/* Nor does it have the snprintf function */
#define snprintf _snprintf