mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix error as clover.cpp
changed
This commit is contained in:
parent
af7b0f732e
commit
649d8771ca
@ -137,7 +137,6 @@ char * __cdecl my_strstr(const char *lhs, const char *rhs) {
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
int fake_memcmp(const void* __lhs, const void* __rhs, size_t __n) {
|
|
||||||
int fake_memcmp(const void* __lhs, const void* __rhs, size_t __n) {
|
int fake_memcmp(const void* __lhs, const void* __rhs, size_t __n) {
|
||||||
if (__lhs == nullptr || __rhs == nullptr) {
|
if (__lhs == nullptr || __rhs == nullptr) {
|
||||||
if (__n != 0) {
|
if (__n != 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user