[svn] / branches / release-1_0-branch / xvidcore / vfw / src / driverproc.c Repository:
ViewVC logotype

Diff of /branches/release-1_0-branch/xvidcore/vfw/src/driverproc.c

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

revision 1452, Tue May 25 14:14:55 2004 UTC revision 1453, Wed May 26 05:23:03 2004 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: driverproc.c,v 1.2.2.2 2004-04-02 23:59:24 edgomez Exp $   * $Id: driverproc.c,v 1.2.2.3 2004-05-26 05:22:38 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 293  Line 293 
293          return ICERR_UNSUPPORTED;          return ICERR_UNSUPPORTED;
294    
295          default:          default:
296                    if (uMsg < DRV_USER)
297                  return DefDriverProc(dwDriverId, hDriver, uMsg, lParam1, lParam2);                  return DefDriverProc(dwDriverId, hDriver, uMsg, lParam1, lParam2);
298                    else
299                            return ICERR_UNSUPPORTED;
300          }          }
301  }  }
302    

Legend:
Removed from v.1452  
changed lines
  Added in v.1453

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