784242fcf7
- fixed the position of the speaker indicator. constant aspect ratio added - fixed voice chat functionality to work with the latest commits - add support for cross compiling windows64 builds on linux
9 lines
146 B
C++
9 lines
146 B
C++
#include <cstdio>
|
|
|
|
extern "C" FILE* __cdecl __acrt_iob_func(unsigned);
|
|
|
|
extern "C" FILE* __cdecl __iob_func(void)
|
|
{
|
|
return __acrt_iob_func(0);
|
|
}
|