aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/windows-nat.h')
-rw-r--r--gdb/windows-nat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/windows-nat.h b/gdb/windows-nat.h
index 3fbb1ea..b36e7f4 100644
--- a/gdb/windows-nat.h
+++ b/gdb/windows-nat.h
@@ -15,8 +15,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 WINDOWS_NAT_H
-#define WINDOWS_NAT_H
+#ifndef GDB_WINDOWS_NAT_H
+#define GDB_WINDOWS_NAT_H
/* A pointer to a function that should return non-zero iff REGNUM
corresponds to one of the segment registers. */
@@ -36,4 +36,4 @@ int amd64_windows_segment_register_p (int regnum);
extern const int amd64_mappings[];
#endif
-#endif
+#endif /* GDB_WINDOWS_NAT_H */