[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.8.4.2, Sun Nov 30 17:57:14 2008 UTC revision 1.8.4.3, Sun Nov 30 18:05:34 2008 UTC
# Line 308  Line 308 
308    
309  void WINAPI Configure(HWND hwnd, HINSTANCE hinst, LPTSTR lpCmdLine, int nCmdShow)  void WINAPI Configure(HWND hwnd, HINSTANCE hinst, LPTSTR lpCmdLine, int nCmdShow)
310  {  {
311          DWORD dwDriverId;          LRESULT dwDriverId;
312    
313          dwDriverId = (LRESULT) DriverProc(0, 0, DRV_OPEN, 0, 0);          dwDriverId = (LRESULT) DriverProc(0, 0, DRV_OPEN, 0, 0);
314          if (dwDriverId != (LRESULT)NULL)          if (dwDriverId != (LRESULT)NULL)

Legend:
Removed from v.1.8.4.2  
changed lines
  Added in v.1.8.4.3

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