Nakarin Khankham garuda2550@gmail.com writes:
diff --git a/dlls/opencl/opencl.c b/dlls/opencl/opencl.c index 0dbc780279..9ea96a5e3a 100644 --- a/dlls/opencl/opencl.c +++ b/dlls/opencl/opencl.c @@ -483,7 +483,7 @@ typedef struct void *user_data; } CONTEXT_CALLBACK;
-static void context_fn_notify(const char *errinfo, const void *private_info, size_t cb, void *user_data) +static void WINAPI context_fn_notify(const char *errinfo, const void *private_info, size_t cb, void *user_data)
The Unix functions don't use WINAPI. If they did, there wouldn't be any need for these wrappers.