Re: RFR: 8289275: Remove incorrect __declspec(dllimport) attributes from pointers in jdk.crypto.cryptoki [v4]

2022-07-19 Thread Valerie Peng
On Thu, 14 Jul 2022 02:48:07 GMT, Julian Waters wrote: >> Several instances of function pointers in jdk.crypto.cryptoki are marked >> with the dllimport attribute, which should only be applied to symbol >> declarations, of which a typedef'd function pointer is not. This would only >> be useful

Re: RFR: 8289275: Remove incorrect __declspec(dllimport) attributes from pointers in jdk.crypto.cryptoki [v4]

2022-07-13 Thread Julian Waters
> Several instances of function pointers in jdk.crypto.cryptoki are marked with > the dllimport attribute, which should only be applied to symbol declarations, > of which a typedef'd function pointer is not. This would only be useful if a > function pointer defined in the linked dll is desired t