Commit 36e919f3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Win32: no need to initialize mdate() anymore

parent b1b7dd8d
......@@ -88,9 +88,6 @@ void system_Init( void )
timeBeginPeriod(5);
#endif
/* Call mdate() once to make sure it is initialized properly */
mdate();
/* WinSock Library Init. */
if( !WSAStartup( MAKEWORD( 2, 2 ), &Data ) )
{
......
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