diff options
| author | Saikari <[email protected]> | 2026-02-20 17:58:04 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-02-20 17:58:04 +0300 |
| commit | 97a4ee37a0057c670ba09003dc67ed50bc35fae4 (patch) | |
| tree | 73ceee84ae70919eb1d9c8b4aa64918e4c0b444d /core/src | |
| parent | 3d947bc6913b230138aaac67e9c22ed682c50560 (diff) | |
resolve gemini
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/winos/file_signature.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/src/xmake/winos/file_signature.c b/core/src/xmake/winos/file_signature.c index e16cb4949..2efa8bd8c 100644 --- a/core/src/xmake/winos/file_signature.c +++ b/core/src/xmake/winos/file_signature.c @@ -54,16 +54,6 @@ typedef struct __tb_file_signature_info_t { /* ////////////////////////////////////////////////////////////////////////////////////// * private implementation */ -static tb_wchar_t* tb_path_to_wchar(tb_char_t const* path, tb_wchar_t* buffer, tb_size_t size) { - // check - tb_assert_and_check_return_val(path && buffer && size, tb_null); - - // convert - if (MultiByteToWideChar(CP_UTF8, 0, path, -1, buffer, (int)size) > 0) - return buffer; - - return tb_null; -} static tb_bool_t tb_file_get_signature_info(tb_char_t const* filepath, tb_file_signature_info_t* info) { // check |
