Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-01-06 04:52:49 +0300
committerconrad <conrad@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-01-06 04:52:49 +0300
commit0a4c040f27d5b5dfdb644a668280263f28d55b79 (patch)
tree89cd97f73040e01096db80e7bb8ef228cffc40fb /symbian
parentc20d4d0cae2f99aae5f623730dfed504d42b8dc7 (diff)
applied symbian related config and casting diffs from Colin Ward
git-svn-id: http://svn.xiph.org/trunk/speex@8636 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'symbian')
-rw-r--r--symbian/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/symbian/config.h b/symbian/config.h
index c2365f8..4ead576 100644
--- a/symbian/config.h
+++ b/symbian/config.h
@@ -48,12 +48,10 @@
#pragma warning(disable: 4244) /* conversion from '...' to '...', possible loss of data */
#pragma warning(disable: 4701) /* local variable may be be used without having been initialized */
-#else /* ! __WINS__ */
+#endif /* ! __WINS__ */
-/* Use only fixed point arithmetic when decoding on a device */
+/* Use only fixed point arithmetic */
#define FIXED_POINT 1
-#endif /* ! __WINS__ */
-
#endif /* ! CONFIG_H */