X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=libjava%2Finclude%2Fwin32.h;fp=libjava%2Finclude%2Fwin32.h;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=8fbe39335d0a96bf6faf939d9df9f551742193ef;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libjava/include/win32.h b/libjava/include/win32.h deleted file mode 100644 index 8fbe3933..00000000 --- a/libjava/include/win32.h +++ /dev/null @@ -1,38 +0,0 @@ -// win32.h -- Helper functions for Microsoft-flavored OSs. - -/* Copyright (C) 2002 Free Software Foundation - - This file is part of libgcj. - -This software is copyrighted work licensed under the terms of the -Libgcj License. Please consult the file "LIBGCJ_LICENSE" for -details. */ - -#ifndef __JV_WIN32_H__ -#define __JV_WIN32_H__ - -#include -#undef STRICT - -#undef __INSIDE_CYGWIN__ -#include -#include -#include - -extern void _Jv_platform_initialize (void); -extern void _Jv_platform_initProperties (java::util::Properties*); -extern jlong _Jv_platform_gettimeofday (); - -inline void -_Jv_platform_close_on_exec (jint) -{ - // Ignore. -} - -#define HAVE_BACKTRACE - -/* Store up to SIZE return address of the current program state in - ARRAY and return the exact number of values stored. */ -extern int backtrace (void **__array, int __size); - -#endif /* __JV_WIN32_H__ */