Re: RE: High DPI on Windows with Tk
[email protected] ("Christopher Chavez") Mon, 24 Jun 2019 22:36:01 +0200
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <trinity-f108ce8d-ebdb-4b7d-9230-3b5e7c85868d-1561408561038@msvc-mesg-gmx024> |
On 6/23/19 at 2:07 AM, Konovalov, Vadim wrote:
> > > if ($^O eq 'MSWin32') {
> > > use Win32::API;
>
> Here should be 'require', not 'use'
Thanks for catching that, I have updated my post.