��Hi Ben,��
Feel free to make this edit and commit
On 6 August 2018 at 11:50, Ben Coman <btc@openinworld.com> wrote:
https://github.com/ronsaldo/opensmalltalk-vm/blob/ be7b1c03/platforms/ minheadless/windows/ sqPlatformSpecific-Win32.c#L80
��typedef HRESULT WINAPI (*SetProcessDpiAwarenessFunction Pointer) (int awareness);
�� �� C2059 sqPlatformSpecific-Win32.c:80 syntax error: '('
�� �� E0651 a calling convention may not be followed by a nested declarator.
The following change reduces build errors to 1...
�� typedef HRESULT (*SetProcessDpiAwarenessFunction Pointer) (int awareness);
but I'm not sure of the implications.