--- trunk/xvidcore/vfw/src/config.h 2006/07/10 17:39:38 1718 +++ trunk/xvidcore/vfw/src/config.h 2008/11/30 16:38:31 1827 @@ -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: config.h,v 1.11 2006-07-10 17:39:23 Isibaar Exp $ + * $Id: config.h,v 1.13 2008-11-30 16:36:44 Isibaar Exp $ * ****************************************************************************/ #ifndef _CONFIG_H_ @@ -53,7 +53,7 @@ #define XVID_BUILD __TIME__ ", " __DATE__ #define XVID_WEBSITE "http://www.xvid.org/" -#define XVID_SPECIAL_BUILD "(Vanilla CVS Build)" +#define XVID_SPECIAL_BUILD "Vanilla CVS Build" /* constants */ #define CONFIG_2PASS_FILE ".\\video.pass" @@ -292,7 +292,7 @@ void sort_zones(zone_t * zones, int zone_num, int * sel); -BOOL CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM); -BOOL CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM); +INT_PTR CALLBACK main_proc(HWND, UINT, WPARAM, LPARAM); +INT_PTR CALLBACK about_proc(HWND, UINT, WPARAM, LPARAM); #endif /* _CONFIG_H_ */