From 35dc2f2410e9f54c7f5e472a22e1d1f141bf8ca1 Mon Sep 17 00:00:00 2001 From: Thamatip Chitpong Date: Mon, 29 Apr 2024 17:56:03 +0700 Subject: [PATCH] [WINMM] PlaySound: Add a note for ReactOS-specific modifications Addendum to commit f18111b64120806529e93404f21b6320f211ec39 --- dll/win32/winmm/playsound.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dll/win32/winmm/playsound.c b/dll/win32/winmm/playsound.c index 8ce6f7c154c..df532f05cfd 100644 --- a/dll/win32/winmm/playsound.c +++ b/dll/win32/winmm/playsound.c @@ -6,6 +6,8 @@ * Copyright 1993 Martin Ayotte * 1998-2002 Eric Pouech * + * Modified for use with ReactOS by Thamatip Chitpong, 2023 + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either