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:
authorOctaneSnail <os@v12pwr.com>2011-02-20 00:03:25 +0300
committerOctaneSnail <os@v12pwr.com>2011-02-20 00:03:25 +0300
commitd4b350d149f44e7bd722c4b12b9dfd7c275e4bcc (patch)
tree7680a9297c06d276cabaa5827e4919720018a6dc /RFS.h
parent4dcd85393de71b80efc0f0ef9f545badf235247e (diff)
Fix 64-bit compile issues.
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;