Diego Biurrun
2014-12-03 17:37:29 UTC
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Sat Nov 29 17:02:54 2014 +0100| [d1f3068297b729d38d15a9b4732409f250e9d763] | committer: Diego Biurrun
Replace check for WIN32 define with check for _WIN32 define.
The former is deprecated, the latter should be used nowadays.
src/common.h | 4 ++--
src/css.c | 4 ++--
src/device.c | 40 ++++++++++++++++++++--------------------
src/ioctl.c | 30 +++++++++++++++---------------
src/ioctl.h | 6 +++---
src/libdvdcss.c | 6 +++---
src/libdvdcss.h | 6 +++---
test/dvd_region.c | 2 +-
8 files changed, 49 insertions(+), 49 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commitdiff;h=d1f3068297b729d38d15a9b4732409f250e9d763
Replace check for WIN32 define with check for _WIN32 define.
The former is deprecated, the latter should be used nowadays.
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=d1f3068297b729d38d15a9b4732409f250e9d763
---src/common.h | 4 ++--
src/css.c | 4 ++--
src/device.c | 40 ++++++++++++++++++++--------------------
src/ioctl.c | 30 +++++++++++++++---------------
src/ioctl.h | 6 +++---
src/libdvdcss.c | 6 +++---
src/libdvdcss.h | 6 +++---
test/dvd_region.c | 2 +-
8 files changed, 49 insertions(+), 49 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commitdiff;h=d1f3068297b729d38d15a9b4732409f250e9d763