From 8b3fd31681e9ce796e8c578b77da9c5f051d2f5f Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Mon, 2 Oct 2023 06:19:12 +0800 Subject: [PATCH] ... --- include/pocketpy/export.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/pocketpy/export.h b/include/pocketpy/export.h index 676e7d09..899e42d3 100644 --- a/include/pocketpy/export.h +++ b/include/pocketpy/export.h @@ -54,6 +54,7 @@ #define NOPROFILER // Profiler interface. #define NODEFERWINDOWPOS // DeferWindowPos routines #define NOMCX // Modem Configuration Extensions +#define MMNOSOUND // Sound support /* Type required before windows.h inclusion */ typedef struct tagMSG *LPMSG;