From 97f94beafcf07fe6554e62f38a8001381d94d97d Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 4 Jul 2008 08:45:01 +0000 Subject: [PATCH] - There is no working strsafe lib yet, so including its header is meaningless. svn path=/trunk/; revision=34291 --- reactos/include/dxsdk/DShow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/dxsdk/DShow.h b/reactos/include/dxsdk/DShow.h index e04f9b5bcc9..f3f1e2bbecc 100644 --- a/reactos/include/dxsdk/DShow.h +++ b/reactos/include/dxsdk/DShow.h @@ -20,12 +20,12 @@ #include #include #include - +/* #ifndef NO_DSHOW_STRSAFE #define NO_SHLWAPI_STRFCNS #include #endif - +*/ #ifndef NUMELMS #define NUMELMS(aa) (sizeof(aa)/sizeof((aa)[0])) #endif