Re: _WIN32_WINNT redefined?
Eli Zaretskii via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Wed, 02 Nov 2022 10:15:01 +0000 > X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, > DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, > TXREP autolearn=ham autolearn_force=no version=3.4.6 > From: niXman via Gdb <[email protected]> > > On 2022-11-02 09:46, niXman via Gdb wrote: > > 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? > > > right, with commented out the entire PP block the build was successful! This is the wrong solution, IMO.