wineopenxr: Fix compilation warnings.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon
2023-09-26 22:04:14 +02:00
committed by Arkadiusz Hiler
parent ad41ceefce
commit 273c5c22d1
3 changed files with 40 additions and 42 deletions

View File

@ -109,8 +109,6 @@ struct openxr_func {
void *func;
};
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(*a))
extern void *wine_xr_proc_addr(const char *name);
extern XrResult WINAPI wine_xrEnumerateInstanceExtensionProperties(const char *layerName,