Skip to content

Commit

Permalink
shared: minimal.h: fix memmove issue in VS 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
billziss-gh committed Jun 6, 2019
1 parent f78b346 commit 8ad77fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/minimal.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ NTSYSAPI VOID NTAPI RtlMoveMemory(VOID *Destination, CONST VOID *Source, DWORD L

#pragma function(memset)
#pragma function(memcpy)
#pragma function(memmove)
static inline
void *memset(void *dst, int val, size_t siz)
{
Expand Down

0 comments on commit 8ad77fe

Please sign in to comment.