在 2018/9/4 5:13, Greg Jung 写道:
> Hi all,
>I am trying to read a link target. Its already established with a handle
> and
> deemed to be a link, and so the next step is to call
> GetFinalPathNameByHandleW
> In Window 7 using gcc 5.3:
> #undef _WIN32_WINNT
> #define _WIN32_WINNT 0x0601
> #include
Hi all,
I am trying to read a link target. Its already established with a handle
and
deemed to be a link, and so the next step is to call
GetFinalPathNameByHandleW
In Window 7 using gcc 5.3:
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0601
#include
...
#if _WIN32_WINNT >= 0x0600