[svn] / branches / release-1_2-branch / xvidcore / dshow / src / CAbout.cpp Repository:
ViewVC logotype

Diff of /branches/release-1_2-branch/xvidcore/dshow/src/CAbout.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1828, Sun Nov 30 16:38:32 2008 UTC revision 1829, Sun Nov 30 16:38:33 2008 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: CAbout.cpp,v 1.2 2004-03-22 22:36:23 edgomez Exp $   * $Id: CAbout.cpp,v 1.2.6.1 2008-11-30 16:38:31 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 63  Line 63 
63  }  }
64    
65    
66  BOOL CAbout::OnReceiveMessage(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)  INT_PTR CAbout::OnReceiveMessage(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
67  {  {
68          if (adv_proc(hwnd, uMsg, wParam, lParam) == FALSE) {          if (adv_proc(hwnd, uMsg, wParam, lParam) == FALSE) {
69                  return CBasePropertyPage::OnReceiveMessage(hwnd, uMsg, wParam, lParam);                  return CBasePropertyPage::OnReceiveMessage(hwnd, uMsg, wParam, lParam);

Legend:
Removed from v.1828  
changed lines
  Added in v.1829

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4