diff options
Diffstat (limited to 'gdb/windows-nat.h')
-rw-r--r-- | gdb/windows-nat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/windows-nat.h b/gdb/windows-nat.h index 6b8287d..2e638c3 100644 --- a/gdb/windows-nat.h +++ b/gdb/windows-nat.h @@ -15,10 +15,10 @@ 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 WIN32_NAT_H -#define WIN32_NAT_H +#ifndef WINDOWS_NAT_H +#define WINDOWS_NAT_H -extern void win32_set_context_register_offsets (const int *offsets); +extern void windows_set_context_register_offsets (const int *offsets); #endif |