Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/RFS.h
diff options
context:
space:
mode:
Diffstat (limited to 'RFS.h')
-rw-r--r--RFS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RFS.h b/RFS.h
index 125c0e0..771610a 100644
--- a/RFS.h
+++ b/RFS.h
@@ -50,7 +50,7 @@ private:
~CRARFileSource ();
int ScanArchive (wchar_t *archive_name, List<File> *file_list, int *known_files_found);
- static int CALLBACK DlgFileList (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
+ static INT_PTR CALLBACK DlgFileList (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
CRFSOutputPin m_pin;
CCritSec m_lock;