[svn] / trunk / xvidcore / dshow / src / CAbout.cpp Repository:
ViewVC logotype

Diff of /trunk/xvidcore/dshow/src/CAbout.cpp

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

revision 1826, Fri Nov 28 20:51:04 2008 UTC revision 1827, Sun Nov 30 16:38:31 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.3 2008-11-30 16:36:44 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.1826  
changed lines
  Added in v.1827

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