msvcp90: Make init_cxx_funcs() static.

oldstable
Francois Gouget 2010-08-26 13:03:54 +02:00 committed by Alexandre Julliard
parent 59ae1d69f9
commit 7e6e25cc8e
1 changed files with 1 additions and 1 deletions

View File

@ -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");