mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
build vrclient
This commit is contained in:
parent
9982ade529
commit
c5f7f9c038
3 changed files with 39 additions and 4 deletions
|
|
@ -31,3 +31,7 @@ typedef struct __winX winX;
|
|||
void *create_win_interface(const char *name, void *linux_side);
|
||||
unsigned int steamclient_unix_path_to_dos_path(unsigned int api_result, char *inout, unsigned int inout_bytes);
|
||||
void *create_LinuxMatchmakingServerListResponse(void *win);
|
||||
|
||||
#define TRACE WINE_TRACE
|
||||
#define ERR WINE_ERR
|
||||
#define WARN WINE_WARN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue