cm: added printer support

This commit is contained in:
2024-08-05 20:53:56 +02:00
parent fe14630b3d
commit 5abc593b46
7 changed files with 1326 additions and 350 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,3 +14,4 @@ struct printer_config {
};
void printer_hook_init(const struct printer_config *cfg, int rfid_port_no, HINSTANCE self);
void printer_hook_insert_hooks(HMODULE target);