link_control.h 174 B

1234567
  1. #pragma once
  2. #include <windows.h>
  3. extern "C" {
  4. void link_startsubclass(HWND hwndDlg, UINT id);
  5. void link_handledraw(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  6. }