msvcp90: Make init_cxx_funcs() static.
This commit is contained in:
parent
59ae1d69f9
commit
7e6e25cc8e
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue