--- config.h 2004/07/18 02:00:05 1.5 +++ config.h 2010/12/18 10:16:46 1.7 @@ -40,6 +40,7 @@ unsigned int supported_4cc; int videoinfo_compat; int aspect_ratio; + int num_threads; } CONFIG; @@ -50,7 +51,7 @@ /* functions */ void LoadRegistryInfo(); void SaveRegistryInfo(); -BOOL CALLBACK adv_proc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); +INT_PTR CALLBACK adv_proc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); #ifdef __cplusplus