From 620a7879920fa9972dc0eaa4825375fef7d27952 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 1 Feb 2025 20:22:02 -0800 Subject: [PATCH] Update to olcNoiseMaker.h for use in VS2022 Added two includes mmreg.h and mmsystem.h that makes waveFormat, WAVEHDR and HWAVEOUT work again in VS2022. --- olcNoiseMaker.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/olcNoiseMaker.h b/olcNoiseMaker.h index 2953f31..887551d 100644 --- a/olcNoiseMaker.h +++ b/olcNoiseMaker.h @@ -63,6 +63,8 @@ #include #include #include +#include +#include using namespace std; #include