We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File: https://github.com/pqrs-org/Karabiner-DriverKit-VirtualHIDDevice/blob/main/include/pqrs/karabiner/driverkit/virtual_hid_device_service/constants.hpp
#include <filesystem> solved this. I didn't open a PR because I am not sure if that's the correct thing to do.
#include <filesystem>
This is not an urget issue like the one above, but, I am getting deprected warnings about kIOMasterPortDefault. To solve this, I guess one could do:
kIOMasterPortDefault
#ifdef __MAC_12_0 #define __kIOMainPortDefault kIOMainPortDefault #else #define __kIOMainPortDefault kIOMasterPortDefault #endif
If you are fine with above changes (feel free to correct me), I can open a PR.
The text was updated successfully, but these errors were encountered:
Termporary fix for compilation error: std::filesystem::path
58df08b
error: no type named 'path' in namespace 'std::filesystem' ref: https://pqrs-org/issues/23
Temporary fix for compilation error: std::filesystem::path
1ad034a
error: no type named 'path' in namespace 'std::filesystem' ref: pqrs-org#23
No branches or pull requests
File: https://github.com/pqrs-org/Karabiner-DriverKit-VirtualHIDDevice/blob/main/include/pqrs/karabiner/driverkit/virtual_hid_device_service/constants.hpp
#include <filesystem>
solved this. I didn't open a PR because I am not sure if that's the correct thing to do.This is not an urget issue like the one above, but, I am getting deprected warnings about
kIOMasterPortDefault
. To solve this, I guess one could do:If you are fine with above changes (feel free to correct me), I can open a PR.
The text was updated successfully, but these errors were encountered: