mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 22:25:45 -04:00
Initial community commit
This commit is contained in:
15
Src/Plugins/General/gen_crasher/configDlg.h
Normal file
15
Src/Plugins/General/gen_crasher/configDlg.h
Normal file
@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
|
||||
int SelectComboBoxItem(const HWND hwCombo, int data);
|
||||
BOOL OpenFolderDialog(HWND parent, LPWSTR pathBuffer);
|
||||
BOOL CALLBACK ConfigDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
void UpdateSendType(HWND hwndDlg, BOOL enabled);
|
||||
void UpdateSend(HWND hwndDlg, BOOL enabled);
|
||||
void UpdateCreateDmp(HWND hwndDlg, BOOL enabled);
|
||||
void UpdateCreateLog(HWND hwndDlg, BOOL enabled);
|
||||
void UpdateZip(HWND hwndDlg, BOOL enabled);
|
||||
|
||||
void CreatePathFromFullName(wchar_t **path, const wchar_t *fullname);
|
||||
const wchar_t* GetFileName(const wchar_t *fullname);
|
Reference in New Issue
Block a user