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

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

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

revision 1.4, Mon Apr 5 20:36:37 2004 UTC revision 1.5, Wed May 26 05:23:03 2004 UTC
# 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.1.4  
changed lines
  Added in v.1.5

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