--- branches/release-1_2-branch/xvidcore/vfw/src/driverproc.c 2008/11/30 17:57:14 1830 +++ branches/release-1_2-branch/xvidcore/vfw/src/driverproc.c 2008/11/30 18:05:42 1831 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: driverproc.c,v 1.8.4.2 2008-11-30 17:57:14 Isibaar Exp $ + * $Id: driverproc.c,v 1.8.4.3 2008-11-30 18:05:34 Isibaar Exp $ * ****************************************************************************/ @@ -308,7 +308,7 @@ void WINAPI Configure(HWND hwnd, HINSTANCE hinst, LPTSTR lpCmdLine, int nCmdShow) { - DWORD dwDriverId; + LRESULT dwDriverId; dwDriverId = (LRESULT) DriverProc(0, 0, DRV_OPEN, 0, 0); if (dwDriverId != (LRESULT)NULL)