mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 06:58:03 +01:00
parent
838d14d66e
commit
37785cfbd3
122 changed files with 558 additions and 69 deletions
|
|
@ -11,13 +11,13 @@
|
|||
|
||||
#include "vrclient_structs.h"
|
||||
|
||||
#include "wine/unixlib.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include "wine/unixlib.h"
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
||||
struct render_model
|
||||
|
|
@ -69,10 +69,7 @@ struct vrclient_VRClientCoreFactory_params
|
|||
|
||||
#include <poppack.h>
|
||||
|
||||
typedef NTSTATUS (*unixlib_entry_t)( void *args );
|
||||
extern const unixlib_entry_t __wine_unix_call_funcs[];
|
||||
|
||||
#define VRCLIENT_CALL( code, args ) __wine_unix_call_funcs[unix_ ## code]( args )
|
||||
#define VRCLIENT_CALL( code, args ) WINE_UNIX_CALL( unix_ ## code, args )
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue