Re: _WIN32_WINNT redefined?
niXman via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2022-11-02 15:51, niXman via Gdb wrote: > I have another option. will try and report back. by the way. for now I solved the issue by adding `-D_WIN32_WINNT=0x0601` to the CFLAGS/CXXFLAGS. this once again confirms my opinion that the comparison in line 75 is always false. best!