Skycoder42 / QHotkey

A global shortcut/hotkey for Desktop Qt-Applications
BSD 3-Clause "New" or "Revised" License
548 stars 161 forks source link

Fix: Use correct capitalization of BYTE to enable MSVC 2019 to compile #71

Closed Cuperino closed 2 years ago

Cuperino commented 2 years ago

QHotkey didn't want to compile on the MSVC 2019 compiler, it didn't recognize byte as valid. By using the proper uppercase capitalization it compiled and worked successfully.