Skip to content

Commit e81210f

Browse files
committed
8292352: 32-bit Windows build failures after JDK-8290059
Reviewed-by: stuefe
1 parent f45b840 commit e81210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/native/testlib_threads.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static void fatal(const char* message, int code) {
5454
// Adapt from the callback type the OS API expects to
5555
// our OS-independent PROCEDURE type.
5656
#ifdef _WIN32
57-
static DWORD procedure(_In_ LPVOID ctxt) {
57+
DWORD WINAPI procedure(_In_ LPVOID ctxt) {
5858
#else
5959
void* procedure(void* ctxt) {
6060
#endif

0 commit comments

Comments
 (0)