diff options
author | Gregory Maxwell <greg@xiph.org> | 2012-08-09 08:39:15 -0400 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2012-08-09 08:39:15 -0400 |
commit | 417679c3e5c9ae6a01c3e14846eb0ec5c7d61798 (patch) | |
tree | 1d0c91f083b178629a11238a4e2c91fc8773fa01 /win32 | |
parent | e852c3428080b3d083e6ef07dc2bea1644e5d5b4 (diff) | |
download | opus-417679c3e5c9ae6a01c3e14846eb0ec5c7d61798.tar.gz |
Disable stack-protector for mingw32 and remove win32 restrict define.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.h | 1 |
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 |