programs/winefontcfg: Add winefontcfg

Dan Kegel dank at kegel.com
Wed Jul 11 15:22:24 CDT 2007


I think those static function prototypes in winefontcfg.h should not be there.
.h files are for things shared between files;
your prototypes were probably put there to
avoid compiler errors.  Better to put them in the .c file
if they're  not used by multiple files.



More information about the wine-devel mailing list