--- branches/release-1_2-branch/xvidcore/vfw/src/status.c 2008/11/30 16:38:33 1829 +++ branches/release-1_2-branch/xvidcore/vfw/src/status.c 2008/11/30 17:57:14 1830 @@ -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: status.c,v 1.3 2008-11-27 11:57:28 Isibaar Exp $ + * $Id: status.c,v 1.3.2.1 2008-11-30 17:57:14 Isibaar Exp $ * *****************************************************************************/ @@ -119,7 +119,7 @@ /* status window proc handlder */ -static BOOL CALLBACK status_proc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) +static INT_PTR CALLBACK status_proc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { status_t * s = (status_t*)GetWindowLongPtr(hDlg, GWLP_USERDATA);