Re: [Mingw-w64-public] cannot get functions in fileapi.h (gcc 5.3)

2018-09-03 Thread Liu Hao
在 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

[Mingw-w64-public] cannot get functions in fileapi.h (gcc 5.3)

2018-09-03 Thread 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 ... #if _WIN32_WINNT >= 0x0600