mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- There is no working strsafe lib yet, so including its header is meaningless.
svn path=/trunk/; revision=34291
This commit is contained in:
parent
57e8b1c4e5
commit
97f94beafc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue