--- branches/dev-api-4/xvidcore/vfw/src/config.c 2004/01/23 11:03:48 1325 +++ branches/dev-api-4/xvidcore/vfw/src/config.c 2004/01/23 11:17:24 1326 @@ -73,6 +73,8 @@ #define CheckDlg(hwnd,idc,value) CheckDlgButton(hwnd,idc, value?BST_CHECKED:BST_UNCHECKED) #define EnableDlgWindow(hwnd,idc,state) EnableWindow(GetDlgItem(hwnd,idc),state) +static void zones_update(HWND hDlg, CONFIG * config); + HINSTANCE g_hInst; HWND g_hTooltip; @@ -1826,4 +1828,4 @@ config->cur_zone = sel; ListView_SetItemState(GetDlgItem(hDlg, IDC_ZONES), sel, 0xffffffff, LVIS_SELECTED); -} \ No newline at end of file +}