aboutsummaryrefslogtreecommitdiff
path: root/src/OSC.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-19 04:13:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-10-19 04:13:27 +0000
commitc856bf200f64502de6dc77d24f96040a4e42c7fe (patch)
tree9edb55bd32efb28fd263decc4f9732b7b48b40a9 /src/OSC.c
parentd4feaf4ff76c78862a2bc54851f3ed1f7709bcdb (diff)
fixed up to hopefully build on MinGW gcc 3.4.5 since currently it crashes gcc. I have to say this code is ugly, so its hard to blame gcc. Too many peole just doing quick fixes, and no one caring... I am also guilty as charged. But I did take a moment to remove some warnings
svn path=/trunk/externals/OSCx/; revision=6142
Diffstat (limited to 'src/OSC.c')
-rw-r--r--src/OSC.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OSC.c b/src/OSC.c
index 9063dc3..70bf84a 100644
--- a/src/OSC.c
+++ b/src/OSC.c
@@ -17,6 +17,7 @@
#define VERSION "0.3"
+/* this is for when building with non-Microsoft compilers */
#ifndef OSC_API
#define OSC_API
#endif