)]}'
{
  "commit": "37bda501ce4cda4a7d6cf1a528cb0989590083cc",
  "tree": "6d063de063946919d4c5d79283c9279630872e48",
  "parents": [
    "4121f43d8fbdcd99db6d73c4de36cafeada8fc9a"
  ],
  "author": {
    "name": "Pali Rohár",
    "email": "pali.rohar@gmail.com",
    "time": "Sat Sep 21 14:27:18 2024 +0200"
  },
  "committer": {
    "name": "Martin Storsjö",
    "email": "martin@martin.st",
    "time": "Fri Sep 27 23:52:58 2024 +0300"
  },
  "message": "headers: Fix ftime function for __CRT__NO_INLINE\n\nWhen __CRT__NO_INLINE is enabled then ftime function ignored the\n_USE_32BIT_TIME_T settings.\n\nFix this problem by declaring ftime function with __MINGW_ASM_CALL\nattribute with correct alias based on _USE_32BIT_TIME_T settings.\n\nWith this change the inline variant of ftime function is not needed\nanymore as it was just wrapper around aliased function, which is now\ncorrectly resolved via __MINGW_ASM_CALL.\n\nSigned-off-by: Martin Storsjö \u003cmartin@martin.st\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8f69a464826ac1c8883bc3d1cdd3111ee720297f",
      "old_mode": 33188,
      "old_path": "mingw-w64-headers/crt/sys/timeb.h",
      "new_id": "8613661a11cd67d048f7260c476f07e894d1d3d4",
      "new_mode": 33188,
      "new_path": "mingw-w64-headers/crt/sys/timeb.h"
    }
  ]
}
