File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 * | Mikachu2333 <mikachu.23333@zohomail.com>
1010 * |
1111 * Created On : <2023-08-28>
12- * Last Modified : <2025-08-10 >
12+ * Last Modified : <2025-08-17 >
1313 *
1414 * xy: 襄阳、咸阳
1515 * Corss-Platform C11 utilities for CLI applications in mixed
1919#ifndef XY_H
2020#define XY_H
2121
22- #define _XY_Version "v0.1.5.5-2025/08/10 "
22+ #define _XY_Version "v0.1.5.5-2025/08/17 "
2323#define _XY_Maintain_URL "https://github.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
2424#define _XY_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
2525
@@ -789,7 +789,7 @@ _xy_os_home ()
789789static char *
790790_xy_win_documents ()
791791{
792- #ifdef _WIN32
792+ #ifdef XY_On_Windows
793793 char documents_path [MAX_PATH ];
794794 HRESULT result = SHGetFolderPathA (NULL , CSIDL_MYDOCUMENTS , NULL ,
795795 SHGFP_TYPE_CURRENT , documents_path );
You can’t perform that action at this time.
0 commit comments