mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
shared: minimal.h: eliminate warning on VS2015 builds
This commit is contained in:
parent
4b5478e50c
commit
23b5c67913
@ -72,7 +72,10 @@ NTSYSAPI VOID NTAPI RtlMoveMemory(VOID *Destination, CONST VOID *Source, DWORD L
|
|||||||
|
|
||||||
#pragma function(memset)
|
#pragma function(memset)
|
||||||
#pragma function(memcpy)
|
#pragma function(memcpy)
|
||||||
|
#pragma warning(push)
|
||||||
|
#pragma warning(disable:4163) /* not available as an intrinsic function */
|
||||||
#pragma function(memmove)
|
#pragma function(memmove)
|
||||||
|
#pragma warning(pop)
|
||||||
static inline
|
static inline
|
||||||
void *memset(void *dst, int val, size_t siz)
|
void *memset(void *dst, int val, size_t siz)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user