- +
- +/* Avoid |memcpy()| debug wrapper */
- +#define _MEMCPY_INLINE_ 1
- +
- #include <Windows.h>
- #include <strsafe.h>
- #include <stdio.h>
- @@ -34,6 +38,8 @@
- #include <devioctl.h>
- #include "nfs41_driver.h" /* for |delayxid()| */
- +#undef memcpy
- +#pragma intrinsic(memcpy)
intrinsic(memcpy)
Posted by Anonymous on Mon 6th Oct 2025 16:10
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.