)]}'
{
  "commit": "a0cac0b4a2e9a66ec46e9fe8267bd2c5af70b155",
  "tree": "23bb42b5dd70f04bfafca15ff68056083a6d2308",
  "parents": [
    "715da562213dbc22ab7c4cfcd5ef071faa3c2e6d"
  ],
  "author": {
    "name": "Pali Rohár",
    "email": "pali.rohar@gmail.com",
    "time": "Sun Jul 28 20:58:55 2024 +0200"
  },
  "committer": {
    "name": "LIU Hao",
    "email": "lh_mouse@126.com",
    "time": "Tue Jul 30 23:57:30 2024 +0800"
  },
  "message": "headers: Fix compile warning: FindResource redefined\n\nWarning is:\n\n    In file included from mingw-w64-headers/include/windows.h:70,\n                     from libsrc/dxerr.c:15,\n                     from libsrc/dxerr8w.c:20:\n    mingw-w64-headers/include/winbase.h:2171: warning: \"FindResource\" redefined\n     #define FindResource __MINGW_NAME_AW(FindResource)\n\n    In file included from mingw-w64-headers/include/winbase.h:24,\n                     from mingw-w64-headers/include/windows.h:70,\n                     from libsrc/dxerr.c:15,\n                     from libsrc/dxerr8w.c:20:\n    mingw-w64-headers/include/libloaderapi.h:62: note: this is the location of the previous definition\n     #define FindResource FindResourceW\n\nFix it by conditionally defining FindResource in winbase.h directly as\nFindResourceA for non-UNICODE builds and let libloaderapi.h to define\nFindResource as FindResourceW for UNICODE builds.\n\nSigned-off-by: LIU Hao \u003clh_mouse@126.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "05813b9b1c97e2c0e8814959a99e75bcbbddad3f",
      "old_mode": 33188,
      "old_path": "mingw-w64-headers/include/winbase.h",
      "new_id": "f0affe065f73acf3d09cf353cdd861b88dd67fc1",
      "new_mode": 33188,
      "new_path": "mingw-w64-headers/include/winbase.h"
    }
  ]
}
