Closed halton closed 4 years ago
More error on 32-bit build.
/minhook/src/hde/hde32.c(22,5): error: implicitly declaring library function '__stosb' with type 'void (unsigned char *, unsigned char, unsigned int)' [-Werror,-Wimplicit-function-declaration]
__stosb((LPBYTE)hs, 0, sizeof(hde32s));
^
../../third_party/minhook/src/hde/hde32.c(22,5): note: include the header <intrin.h> or explicitly provide a declaration for '__stosb'
1 error generated.
I'm trying to build minhook (8fda4f5481fed5797dc2651cd91e238e9b3928c6) with my project under MSVC compiler, unfortunately the compiler compain that __movsb is undefined.