-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Redirect
mem{cpy,move,cmp,set}
to NTDLL
- Loading branch information
Showing
4 changed files
with
18 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
;; This file is part of MCF Gthread. | ||
;; Copyright (C) 2022-2024 LH_Mouse. All wrongs reserved. | ||
;; | ||
;; MCF Gthread is free software. Licensing information is included in | ||
;; LICENSE.TXT as a whole. The GCC Runtime Library Exception applies | ||
;; to this file. | ||
|
||
EXPORTS | ||
memcpy = ntdll.memcpy | ||
memmove = ntdll.memmove | ||
memcmp = ntdll.memcmp | ||
memset = ntdll.memset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters