gdb
[deliverable/binutils-gdb.git] / gdb / i386-windows-nat.c
index a22d6e8942796b0f35906a16ec790aefcc4f29de..5d339453e64a6a8d94f3ce7658a99b1d8d83719c 100644 (file)
@@ -16,7 +16,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "win32-nat.h"
+#include "windows-nat.h"
 
 #include <windows.h>
 
@@ -72,5 +72,5 @@ static const int mappings[] =
 void
 _initialize_i386_windows_nat (void)
 {
-  win32_set_context_register_offsets (mappings);
+  windows_set_context_register_offsets (mappings);
 }
This page took 0.024783 seconds and 4 git commands to generate.