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:
@@ -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
|
||||
|
Reference in New Issue
Block a user