Re: _WIN32_WINNT redefined?
niXman via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2022-11-02 08:44, niXman via Gdb wrote: > On 2022-11-02 08:21, niXman via Gdb wrote: ok, I did a little research. the `_WIN32_WINNT` is defined in `gdbsupport/common-defs.h` only, but referenced in `gnulib/import/gettimeofdeay.c` and `gnulib/import/stat-w32.c` only, but not directly because those files include `windows,h` and `sdkdkver.h`. thus that `_WIN32_WINNT` define is never used! so I think the best way is to remove that define completely. ideas?