[svn] / branches / dev-api-4 / xvidcore / vfw / src / driverproc.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/src/driverproc.c

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

revision 1304, Sat Jan 3 12:04:34 2004 UTC revision 1305, Sat Jan 3 12:06:11 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.1.2.6 2003-10-04 00:38:49 edgomez Exp $   * $Id: driverproc.c,v 1.1.2.7 2004-01-03 12:06:11 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1304  
changed lines
  Added in v.1305

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