mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 19:15:45 -04:00
Initial community commit
This commit is contained in:
7
Src/Plugins/Encoder/enc_fhgaac/link_control.h
Normal file
7
Src/Plugins/Encoder/enc_fhgaac/link_control.h
Normal file
@ -0,0 +1,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);
|
||||
}
|
Reference in New Issue
Block a user