1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-02-19 12:40:29 +00:00

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

@ -83,7 +83,7 @@ std::mutex g_tty_mutex;
namespace atomic_wait 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<> template<>