eserte / perl-tk

the perl module Tk
https://metacpan.org/release/Tk
Other
44 stars 31 forks source link

Do not define "ControlMask" as a macro in pTk/mTk/xlib/X11/X.h #88

Open hakonhagland opened 1 year ago

hakonhagland commented 1 year ago

The name "ControlMask" is already defined in header processthreadsapi.h (pulled in by windows.h for platform Win32). Instead use "ControlMask2". This fixes issue #87.