mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8292352: 32-bit Windows build failures after JDK-8290059
Reviewed-by: stuefe
This commit is contained in:
parent
f45b8408a0
commit
e81210f5fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue