To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75502 Issue #|75502 Summary|WAE w32 MSVC: avmedia/source/win/window.cxx Component|porting Version|680m205 Platform|All URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mh Reported by|tono
------- Additional comments from [EMAIL PROTECTED] Sun Mar 18 07:30:48 +0000 2007 ------- C4995 warnings will occur with <cstring> and <cstdin> because some functions are depricated in <strsafe.h> included from <dshow.h>. --- ooo_src680_m205/avmedia/source/win/window.cxx.orig 2006-10-12 20:26:55.000000000 +0900 +++ ooo_src680_m205/avmedia/source/win/window.cxx 2007-01-07 11:58:50.000000000 +0900 @@ -42,6 +42,7 @@ #include <objbase.h> #include <strmif.h> #include <control.h> +#define STRSAFE_NO_DEPRECATE #include <dshow.h> #if defined _MSC_VER #pragma warning(pop) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
