|
From: Carl S. <stu...@gm...> - 2015-02-07 20:25:51
|
> > The prototype of GetComputerNameExA is guarded by > > #if (_WIN32_WINNT >= 0x0500) > > So you need to > > #define _WIN32_WINNT 0x0500 > > before including <window.h>. This worked, thank you! |