mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 17:03:12 -05:00
shared: minimal.h: fix memmove issue in VS 2019
This commit is contained in:
parent
f78b3464ce
commit
8ad77fe62f
@ -72,6 +72,7 @@ NTSYSAPI VOID NTAPI RtlMoveMemory(VOID *Destination, CONST VOID *Source, DWORD L
|
|||||||
|
|
||||||
#pragma function(memset)
|
#pragma function(memset)
|
||||||
#pragma function(memcpy)
|
#pragma function(memcpy)
|
||||||
|
#pragma function(memmove)
|
||||||
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