aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Encoder/enc_fhgaac/link_control.h
blob: a9008d48db0bdaa98ce5851ffa47748b2208c2dd (plain) (blame)
1
2
3
4
5
6
7
#pragma once
#include <windows.h>

extern "C" {
void link_startsubclass(HWND hwndDlg, UINT id);
void link_handledraw(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
}