mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
parent
3f94f884ae
commit
ad41ceefce
3 changed files with 15 additions and 4 deletions
9
wineopenxr/Makefile.in
Normal file
9
wineopenxr/Makefile.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
MODULE = wineopenxr.dll
|
||||
IMPORTS = advapi32 dxgi vulkan-1
|
||||
|
||||
EXTRADLLFLAGS = -mcygwin
|
||||
EXTRADEFS = -DWINE_NO_LONG_TYPES
|
||||
|
||||
C_SRCS = \
|
||||
openxr.c \
|
||||
openxr_thunks.c \
|
||||
|
|
@ -43,6 +43,10 @@
|
|||
#define WINE_XR_ALIGN DECLSPEC_ALIGN
|
||||
#endif
|
||||
|
||||
#ifdef __x86_64__
|
||||
#define XR_PTR_SIZE 8
|
||||
#endif
|
||||
|
||||
#define XR_TRUE 1
|
||||
#define XR_FALSE 0
|
||||
#define XR_MAX_EXTENSION_NAME_SIZE 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue