vrclient: Use the new structures in thunks.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-29 11:28:17 +02:00 committed by Arkadiusz Hiler
parent 9ea65fe0d0
commit 3bfdfc205f
247 changed files with 9496 additions and 10702 deletions

View file

@ -2,16 +2,9 @@
#include <stdarg.h>
#include <stdint.h>
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
#include "vrclient_defs.h"
#include "vrclient_structs.h"
#include "vrclient_private.h"
#include "struct_converters.h"
#include "flatapi.h"
WINE_DEFAULT_DEBUG_CHANNEL(vrclient);