diff options
author | Gian-Carlo Pascutto <gcp@sjeng.org> | 2012-07-12 21:40:37 +0200 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2012-07-12 18:00:46 -0400 |
commit | c0edd6373768d76a55eded335dab9b119240eff5 (patch) | |
tree | 471066d70fa140f92f4f83ee8a4eff2c2ee198e9 /win32 | |
parent | f57be69f071678743e7ed7cdfc72f648d004f9f6 (diff) | |
download | opus-c0edd6373768d76a55eded335dab9b119240eff5.tar.gz |
Make tests work on MSVC.
Add project files for Opus tests, fixup test source for Win32.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.h b/win32/config.h index 9fc49f16..d95981f8 100644 --- a/win32/config.h +++ b/win32/config.h @@ -5,6 +5,7 @@ #define restrict #define inline __inline +#define getpid _getpid #define USE_ALLOCA 1 |