mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 15:08:07 +01:00
lsteamclient: Generate wtou / utow struct conversion helpers.
CW-Bug-Id: #22729
This commit is contained in:
parent
b6fba86ccc
commit
11cf15ee6a
4 changed files with 5440 additions and 8 deletions
|
|
@ -53,6 +53,11 @@ typedef struct { uint8_t _[20]; } SteamIPAddress_t;
|
|||
|
||||
#include "steamclient_structs_generated.h"
|
||||
|
||||
#define PATH_MAX 4096
|
||||
extern char g_tmppath[PATH_MAX];
|
||||
|
||||
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