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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2007-09-02 21:12:36 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2007-09-02 21:12:36 +0400
commit40b35748f4d64d48888364127899202a4f9d53c0 (patch)
treece79616b01b77ce3305892c3d4ea145d5dc04d18 /src/apps/mplayerc/PlayerCaptureDialog.h
parent9a3c26fe2e7812748171b9e69aa853bb02a6ccb0 (diff)
Modifications for x64 support
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@180 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PlayerCaptureDialog.h')
-rw-r--r--src/apps/mplayerc/PlayerCaptureDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/mplayerc/PlayerCaptureDialog.h b/src/apps/mplayerc/PlayerCaptureDialog.h
index ddde4d1fb..9131b1417 100644
--- a/src/apps/mplayerc/PlayerCaptureDialog.h
+++ b/src/apps/mplayerc/PlayerCaptureDialog.h
@@ -445,7 +445,7 @@ public:
afx_msg void OnRecord();
afx_msg void OnEnChangeEdit9();
afx_msg void OnEnChangeEdit12();
- afx_msg void OnTimer(UINT nIDEvent);
+ afx_msg void OnTimer(UINT_PTR nIDEvent);
afx_msg void OnBnClickedVidAudPreview();
afx_msg void OnBnClickedCheck7();
afx_msg void OnCbnSelchangeCombo14();