* windows-nat.c (handle_output_debug_string): Change type of n to
[binutils-gdb.git] / gdb / windows-nat.c
index 977b9680b8f7de365a2952183e62812c93468f3b..16ee785a26b20edd8b0949de53cd61dd4e17a0a6 100644 (file)
@@ -973,7 +973,7 @@ handle_output_debug_string (struct target_waitstatus *ourstatus)
       if (gotasig)
        {
          LPCVOID x;
-         DWORD n;
+         SIZE_T n;
          ourstatus->kind = TARGET_WAITKIND_STOPPED;
          retval = strtoul (p, &p, 0);
          if (!retval)