summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 0357464812..20befc9de4 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -2827,20 +2827,11 @@ VirtualQuery(
OUT PMEMORY_BASIC_INFORMATION lpBuffer,
IN SIZE_T dwLength);
-PALIMPORT
-VOID
-PALAPI
-RtlMoveMemory(
- IN PVOID Destination,
- IN CONST VOID *Source,
- IN SIZE_T Length);
-
#define MoveMemory memmove
#define CopyMemory memcpy
#define FillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length))
#define ZeroMemory(Destination,Length) memset((Destination),0,(Length))
-
PALIMPORT
HANDLE
PALAPI