commit | 04004b12d4a5a57af58ae2c8a747ac16e9e21f38 | [log] [tgz] |
---|---|---|
author | Kirill Makurin <maiddaisuki@outlook.com> | Tue Apr 22 10:46:11 2025 +0900 |
committer | LIU Hao <lh_mouse@126.com> | Thu May 08 18:33:29 2025 +0800 |
tree | 20ea5021075c71f336e0b89a558100993fd7a927 | |
parent | 62a1398b4f9683009995b5732492a6810b1f82fd [diff] |
winpthreads: remove WINPTHREAD_DBG macro The `WINPTHREAD_DBG` macro guards internal functions which are no longer used. Code guarded by this macro has been removed. This commit also removed private definition of `assert` macro from misc.h. assert.h has been included from affected source files. Signed-off-by: Kirill Makurin <maiddaisuki@outlook.com> Signed-off-by: LIU Hao <lh_mouse@126.com>