diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-06 12:51:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-06 12:53:44 +0300 |
commit | 56d6da052e71f6ff374248d8a7dbe92c4ddf7d74 (patch) | |
tree | 8ad40e960d9b356d5a247459467fcb1170caca28 /avmedia | |
parent | bdda05135e4e13e417ef480a8ca6171bdbb8a16e (diff) |
STRSAFE_NO_DEPRECATE
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/win/window.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avmedia/source/win/window.cxx b/avmedia/source/win/window.cxx index c1b543d2a9a3..9cc32b93232f 100644 --- a/avmedia/source/win/window.cxx +++ b/avmedia/source/win/window.cxx @@ -33,6 +33,7 @@ #include <objbase.h> #include <strmif.h> #include <control.h> +#define STRSAFE_NO_DEPRECATE #include <dshow.h> #if defined _MSC_VER #pragma warning(pop) |