This website works better with JavaScript
Home
Explore
Help
Sign In
software
/
ComposerDesktopProject
mirror of
https://github.com/ComposersDesktop/CDP8.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
simplified calls to round
richarddobson
2 months ago
parent
883be31fad
commit
4a05b0218f
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
dev/distort/disprepro.c
+ 3
- 0
dev/distort/disprepro.c
View File
@@ -42,6 +42,9 @@
#include <sfsys.h>
+//#ifdef unix
+#define round(x) lround((x))
+//#endif