/[svn]/qsampler/trunk/src/qsamplerInstrumentList.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerInstrumentList.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 971 by capela, Thu Dec 7 10:36:26 2006 UTC revision 972 by capela, Sun Dec 10 17:07:02 2006 UTC
# Line 34  Line 34 
34  // Needed for lroundf()  // Needed for lroundf()
35  #include <math.h>  #include <math.h>
36    
37  #ifdef __BORLANDC__  #ifndef CONFIG_ROUND
38  static long lroundf ( float fval )  static long lroundf ( float fval )
39  {  {
40          double fint = 0.0;          double fint = 0.0;

Legend:
Removed from v.971  
changed lines
  Added in v.972

  ViewVC Help
Powered by ViewVC