mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 01:55:46 -04:00
Initial community commit
This commit is contained in:
5
Src/Plugins/General/gen_crasher/crashDlg.h
Normal file
5
Src/Plugins/General/gen_crasher/crashDlg.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
BOOL CALLBACK CrashDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
Reference in New Issue
Block a user