[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.1.2.6, Sat Oct 4 00:38:49 2003 UTC revision 1.1.2.7, Sat Jan 3 12:06:11 2004 UTC
# Line 43  Line 43 
43      return TRUE;      return TRUE;
44  }  }
45    
46    extern HINSTANCE m_hdll;
47    
48  /* __declspec(dllexport) */ LRESULT WINAPI DriverProc(  /* __declspec(dllexport) */ LRESULT WINAPI DriverProc(
49          DWORD dwDriverId,          DWORD dwDriverId,
# Line 65  Line 65 
65    
66          case DRV_OPEN :          case DRV_OPEN :
67                  DPRINTF("DRV_OPEN");                  DPRINTF("DRV_OPEN");
68                    m_hdll = NULL;
69                  {                  {
70                          ICOPEN * icopen = (ICOPEN *)lParam2;                          ICOPEN * icopen = (ICOPEN *)lParam2;
71    

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

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