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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-08-09 16:39:15 +0400
committerGregory Maxwell <greg@xiph.org>2012-08-09 16:39:15 +0400
commit417679c3e5c9ae6a01c3e14846eb0ec5c7d61798 (patch)
tree1d0c91f083b178629a11238a4e2c91fc8773fa01 /win32
parente852c3428080b3d083e6ef07dc2bea1644e5d5b4 (diff)
Disable stack-protector for mingw32 and remove win32 restrict define.
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h
index 4b8cb6da..6d32620f 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -3,7 +3,6 @@
#define CELT_BUILD 1
-#define restrict
#define inline __inline
#define getpid _getpid