Add alert fix

This commit is contained in:
Andy Vandijck 2025-05-30 09:25:28 +02:00
parent 1468caa494
commit 3c048f178c
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
#include "wx/wxlogdebug.h"
#include "wx/compat_generic_file_dialog.h"
#if defined(__APPLE__) && defined(__MACH__)
#define VBAM_WX_MAC_PATCHED_FOR_ALERT_SOUND 1
#endif
template <typename T>
void CheckPointer(T pointer)
{