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

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

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

revision 1325, Fri Jan 23 11:03:48 2004 UTC revision 1326, Fri Jan 23 11:17:24 2004 UTC
# Line 73  Line 73 
73  #define CheckDlg(hwnd,idc,value) CheckDlgButton(hwnd,idc, value?BST_CHECKED:BST_UNCHECKED)  #define CheckDlg(hwnd,idc,value) CheckDlgButton(hwnd,idc, value?BST_CHECKED:BST_UNCHECKED)
74  #define EnableDlgWindow(hwnd,idc,state) EnableWindow(GetDlgItem(hwnd,idc),state)  #define EnableDlgWindow(hwnd,idc,state) EnableWindow(GetDlgItem(hwnd,idc),state)
75    
76    static void zones_update(HWND hDlg, CONFIG * config);
77    
78  HINSTANCE g_hInst;  HINSTANCE g_hInst;
79  HWND g_hTooltip;  HWND g_hTooltip;
80    

Legend:
Removed from v.1325  
changed lines
  Added in v.1326

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