Fix msvc parsing error caused by different naming

This commit is contained in:
Megamouse 2022-06-04 12:28:06 +02:00
parent 306776626a
commit fec9fcda7d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ std::mutex g_tty_mutex;
namespace atomic_wait
{
extern void parse_hashtable(bool(*cb)(u64 id, u32 refs, u64 ptr, u32 stats));
extern void parse_hashtable(bool(*cb)(u64 id, u32 refs, u64 ptr, u32 max_coll));
}
template<>