Skip to content

Commit

Permalink
8292352: 32-bit Windows build failures after JDK-8290059
Browse files Browse the repository at this point in the history
Reviewed-by: stuefe
  • Loading branch information
shipilev committed Aug 17, 2022
1 parent f45b840 commit e81210f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/native/testlib_threads.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static void fatal(const char* message, int code) {
// Adapt from the callback type the OS API expects to
// our OS-independent PROCEDURE type.
#ifdef _WIN32
static DWORD procedure(_In_ LPVOID ctxt) {
DWORD WINAPI procedure(_In_ LPVOID ctxt) {
#else
void* procedure(void* ctxt) {
#endif
Expand Down

1 comment on commit e81210f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.