Commit ca86155b authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

winepulse: Ensure unixlib function tables and enum stay in sync.

parent 39864e80
......@@ -2572,6 +2572,8 @@ const unixlib_entry_t __wine_unix_call_funcs[] =
pulse_not_implemented,
};
C_ASSERT(ARRAYSIZE(__wine_unix_call_funcs) == funcs_count);
#ifdef _WIN64
typedef UINT PTR32;
......@@ -3041,4 +3043,6 @@ const unixlib_entry_t __wine_unix_call_wow64_funcs[] =
pulse_not_implemented,
};
C_ASSERT(ARRAYSIZE(__wine_unix_call_wow64_funcs) == funcs_count);
#endif /* _WIN64 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment