From 27516cb05e666124dcb2f086591eed2fc06b70bc Mon Sep 17 00:00:00 2001 From: Jason Hart Date: Thu, 14 Nov 2019 13:18:58 -0500 Subject: [PATCH] Fix a missed bug that causes errors when using 'Prefer 32-bit' --- include/ViGEm/Client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ViGEm/Client.h b/include/ViGEm/Client.h index 3a85a60..6b31b30 100644 --- a/include/ViGEm/Client.h +++ b/include/ViGEm/Client.h @@ -120,7 +120,7 @@ extern "C" { typedef _Function_class_(EVT_VIGEM_DS4_NOTIFICATION) - VOID + VOID CALLBACK EVT_VIGEM_DS4_NOTIFICATION( PVIGEM_CLIENT Client, PVIGEM_TARGET Target,