Commit 7e6e25cc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msvcp90: Make init_cxx_funcs() static.

parent 59ae1d69
......@@ -30,7 +30,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(msvcp90);
void* (__cdecl *MSVCRT_operator_new)(size_t);
void (__cdecl *MSVCRT_operator_delete)(void*);
void init_cxx_funcs(void)
static void init_cxx_funcs(void)
{
HMODULE hmod = GetModuleHandleA("msvcrt.dll");
......
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