win32-threads.h (_Jv_Thread_t): Explicitly name the struct.

2006-07-23  Mohan Embar  <gnustuff@thisiscool.com>

	* include/win32-threads.h (_Jv_Thread_t): Explicitly
	name the struct.

From-SVN: r115701
This commit is contained in:
Mohan Embar 2006-07-24 00:22:25 +00:00 committed by Mohan Embar
parent 4fec64b07b
commit 68ea48ea13
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-07-23 Mohan Embar <gnustuff@thisiscool.com>
* include/win32-threads.h (_Jv_Thread_t): Explicitly
name the struct.
2006-07-23 Mohan Embar <gnustuff@thisiscool.com>
* jvmti.cc (_Jv_JVMTI_SuspendThread): Add missing JNICALL

View File

@ -47,7 +47,7 @@ typedef struct
} _Jv_Mutex_t;
typedef struct
typedef struct _Jv_Thread_t
{
int flags; // Flags are defined in implementation.
HANDLE handle; // Actual handle to the thread