/[svn]/qsampler/trunk/src/qsamplerInstrumentForm.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerInstrumentForm.ui.h

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 36  Line 36 
36  // Needed for lroundf()  // Needed for lroundf()
37  #include <math.h>  #include <math.h>
38    
39  #ifdef __BORLANDC__  #ifndef CONFIG_ROUND
40  static long lroundf ( float fval )  static long lroundf ( float fval )
41  {  {
42          double fint = 0.0;          double fint = 0.0;

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

  ViewVC Help
Powered by ViewVC