Author: fireball
Date: Fri Jul 4 03:45:01 2008
New Revision: 34291
URL:
http://svn.reactos.org/svn/reactos?rev=34291&view=rev
Log:
- There is no working strsafe lib yet, so including its header is meaningless.
Modified:
trunk/reactos/include/dxsdk/DShow.h
Modified: trunk/reactos/include/dxsdk/DShow.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/DShow.h?rev=…
==============================================================================
--- trunk/reactos/include/dxsdk/DShow.h [iso-8859-1] (original)
+++ trunk/reactos/include/dxsdk/DShow.h [iso-8859-1] Fri Jul 4 03:45:01 2008
@@ -20,12 +20,12 @@
#include <olectl.h>
#include <ddraw.h>
#include <mmsystem.h>
-
+/*
#ifndef NO_DSHOW_STRSAFE
#define NO_SHLWAPI_STRFCNS
#include <strsafe.h>
#endif
-
+*/
#ifndef NUMELMS
#define NUMELMS(aa) (sizeof(aa)/sizeof((aa)[0]))
#endif