Browse Source

host: fix implicit declaration on Win32 builds

pull/2/head
Alibek Omarov 6 years ago
parent
commit
c8035c1adf
  1. 1
      engine/common/host.c

1
engine/common/host.c

@ -983,6 +983,7 @@ int EXPORT Host_Main( int argc, char **argv, const char *progname, int bChangeGa
if( Host_IsDedicated() ) if( Host_IsDedicated() )
{ {
#ifdef _WIN32 #ifdef _WIN32
void Wcon_InitConsoleCommands( void ) // con_win.c
Wcon_InitConsoleCommands (); Wcon_InitConsoleCommands ();
#endif #endif

Loading…
Cancel
Save