mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 20:05:42 -04:00
5 lines
139 B
C
5 lines
139 B
C
#pragma once
|
|
#include <windows.h>
|
|
#include <commctrl.h>
|
|
|
|
BOOL CALLBACK CrashDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); |