Skip to content

Commit

Permalink
8297853: windows-x86 test build broken
Browse files Browse the repository at this point in the history
Reviewed-by: jvernee
  • Loading branch information
magicus committed Nov 30, 2022
1 parent 53dd214 commit 6bac332
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "jlong.h"
#include "JNICB.h"

#ifdef _WIN64
#ifdef _WIN32
#define THREAD_LOCAL __declspec(thread)
#else
#define THREAD_LOCAL __thread
Expand Down

1 comment on commit 6bac332

@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.