[svn] / trunk / xvidcore / vfw / src / driverproc.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/vfw/src/driverproc.c

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

revision 1413, Mon Apr 5 20:39:49 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.4 2004-04-05 20:36:37 edgomez Exp $   * $Id: driverproc.c,v 1.5 2004-05-26 05:23:03 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.1413  
changed lines
  Added in v.1453

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