From 68ea48ea13fcfc1041dab61021a42aaebdec7088 Mon Sep 17 00:00:00 2001 From: Mohan Embar Date: Mon, 24 Jul 2006 00:22:25 +0000 Subject: win32-threads.h (_Jv_Thread_t): Explicitly name the struct. 2006-07-23 Mohan Embar * include/win32-threads.h (_Jv_Thread_t): Explicitly name the struct. From-SVN: r115701 --- libjava/include/win32-threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/include') diff --git a/libjava/include/win32-threads.h b/libjava/include/win32-threads.h index 4b30683..0b22010 100644 --- a/libjava/include/win32-threads.h +++ b/libjava/include/win32-threads.h @@ -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 -- cgit v1.1