add IS_64_BIT macro to interface.h

This commit is contained in:
2024-07-25 22:14:06 +01:00
parent 955edb781c
commit 9388844acb
3 changed files with 6 additions and 4 deletions

View File

@@ -10,6 +10,8 @@
#include "VoicemeeterRemote.h"
#define IS_64_BIT sizeof(void *) == 8
PT_VMR create_interface();
#endif /* __IVMR_H__ */