- There is no working strsafe lib yet, so including its header is meaningless.

svn path=/trunk/; revision=34291
This commit is contained in:
Aleksey Bragin 2008-07-04 08:45:01 +00:00
parent 57e8b1c4e5
commit 97f94beafc

View file

@ -20,12 +20,12 @@
#include <olectl.h> #include <olectl.h>
#include <ddraw.h> #include <ddraw.h>
#include <mmsystem.h> #include <mmsystem.h>
/*
#ifndef NO_DSHOW_STRSAFE #ifndef NO_DSHOW_STRSAFE
#define NO_SHLWAPI_STRFCNS #define NO_SHLWAPI_STRFCNS
#include <strsafe.h> #include <strsafe.h>
#endif #endif
*/
#ifndef NUMELMS #ifndef NUMELMS
#define NUMELMS(aa) (sizeof(aa)/sizeof((aa)[0])) #define NUMELMS(aa) (sizeof(aa)/sizeof((aa)[0]))
#endif #endif