mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
win32.h: Added _Jv_platform_gettimeofday.
2002-02-11 Adam Megacz <adam@xwt.org> * include/win32.h: Added _Jv_platform_gettimeofday. * win32.cc (_Jv_platform_gettimeofday): Added dummy function. From-SVN: r49693
This commit is contained in:
@@ -35,3 +35,12 @@ _Jv_platform_initialize (void)
|
||||
// Install exception handler
|
||||
SetUnhandledExceptionFilter (win32_exception_handler);
|
||||
}
|
||||
|
||||
// gettimeofday implementation.
|
||||
void
|
||||
_Jv_platform_gettimeofday (struct timeval *tv)
|
||||
{
|
||||
// FIXME
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user