mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
lsteamclient: Move unix to dos path conversions to the unix side.
CW-Bug-Id: #22729
This commit is contained in:
parent
43481a24ff
commit
c95536019c
45 changed files with 114 additions and 133 deletions
|
|
@ -83,6 +83,9 @@ extern void steamclient_free_path( char *path_array );
|
|||
extern const char **steamclient_dos_to_unix_path_array( const char **src_array );
|
||||
extern void steamclient_free_path_array( const char **path_array );
|
||||
|
||||
extern unsigned int steamclient_unix_path_to_dos_path( bool api_result, const char *src, char *dst,
|
||||
uint32_t dst_bytes, int is_url );
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue