Hi,
I can't get my compiler to see SetComputerNameEx.
I included windows.h, kernel32.lib and I set the winver like so:

Code:
#define _WIN32_WINNT 0x0501
#define WINVER 0x0501
I installed the new sdk a few months ago and I can see the SetComputerNameEx in the winbase.h file, but my compiler can't see it.

What did I forget to do??

Thanks,