commit | a69599e68bf243a50b6aee3a63ed48ada1f9c8cc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Apr 13 06:55:30 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Apr 14 12:12:34 2022 -0600 |
tree | cd9246f5f58dccd7c0d9a870436c5aad3d9a992e | |
parent | a79fa8c5fb5a8a09da25c6858381d8f34b597c12 [diff] |
Fix possible Cygwin build problem I noticed that nat/windows-nat.c checks __USEWIDE, but nothing sets it there -- I forgot to copy over the definition when making this file. This patch tries to fix the problem. I don't have a Cygwin setup, so I don't know whether this is sufficient, but it's probably necessary.