Replace WIN32 with _WIN32 everywhere
_WIN32 is defined on all Windows platforms by every compiler that targets Windows. We do not need WIN32 at all. Signed-off-by:Mark Harris <mark.hsj@gmail.com> Resolves https://github.com/xiph/opus/pull/104
Showing
- celt/stack_alloc.h 2 additions, 2 deletionscelt/stack_alloc.h
- include/opus_defines.h 1 addition, 1 deletioninclude/opus_defines.h
- silk/debug.c 2 additions, 2 deletionssilk/debug.c
- tests/test_opus_decode.c 1 addition, 1 deletiontests/test_opus_decode.c
- win32/VS2015/common.props 1 addition, 1 deletionwin32/VS2015/common.props
Loading
Please register or sign in to comment