I am looking at changing font sizes on a console screen and have found these functions
MSDN says that the only library neede is Kernel32, which I have linked to, but I still get an error
Code:
'GetConsoleFontSize': identifier not found, even with argument-dependent lookup
MSDN also says that the EX versions only work on Vista, which I don't have.

Two questions here,
1) What am I missing here to make the functions work properly?
2) If the EX versions do require Vista, how can I set the font size as the only function I can find is the EX version?