wineopenxr: Build using makedep rules.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-26 18:49:50 +02:00 committed by Arkadiusz Hiler
parent 3f94f884ae
commit ad41ceefce
3 changed files with 15 additions and 4 deletions

9
wineopenxr/Makefile.in Normal file
View 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 \

View file

@ -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