On Wed, 7 Aug 2024 16:03:33 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

>> I will check. Thanks for noticing it.
>
> `CoreServices` is still necessary ([Uniform Type 
> Identifier](https://developer.apple.com/documentation/uniformtypeidentifiers)s).

The Windows libs are also still required for `TransmitFile` and 
`WSAGetLastError`:

- ```mswsock.lib: FileDispatcherImpl.obj : error LNK2019: unresolved external 
symbol TransmitFile```
- ```ws2_32.lib: FileDispatcherImpl.obj : error LNK2019: unresolved external 
symbol __imp_WSAGetLastError```

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20317#discussion_r1707599113

Reply via email to