diff options
Diffstat (limited to 'gdb/nat/windows-nat.h')
-rw-r--r-- | gdb/nat/windows-nat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/windows-nat.h b/gdb/nat/windows-nat.h index dc637d4..c01f58f 100644 --- a/gdb/nat/windows-nat.h +++ b/gdb/nat/windows-nat.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NAT_WINDOWS_NAT_H -#define NAT_WINDOWS_NAT_H +#ifndef GDB_NAT_WINDOWS_NAT_H +#define GDB_NAT_WINDOWS_NAT_H #include <windows.h> #include <psapi.h> @@ -557,4 +557,4 @@ extern bool initialize_loadable (); } -#endif +#endif /* GDB_NAT_WINDOWS_NAT_H */ |