8292352: 32-bit Windows build failures after JDK-8290059
Reviewed-by: stuefe
This commit is contained in:
parent
f45b8408a0
commit
e81210f5fe
@ -54,7 +54,7 @@ static void fatal(const char* message, int code) {
|
|||||||
// Adapt from the callback type the OS API expects to
|
// Adapt from the callback type the OS API expects to
|
||||||
// our OS-independent PROCEDURE type.
|
// our OS-independent PROCEDURE type.
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
static DWORD procedure(_In_ LPVOID ctxt) {
|
DWORD WINAPI procedure(_In_ LPVOID ctxt) {
|
||||||
#else
|
#else
|
||||||
void* procedure(void* ctxt) {
|
void* procedure(void* ctxt) {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user