[WINMM] Add DLL version info (#7543)

This commit is contained in:
Thamatip Chitpong 2024-12-02 17:44:03 +07:00 committed by GitHub
parent 647d351278
commit e62c917ddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,13 @@
#include <windef.h>
#include <mmddk.h>
/* ReactOS-specific DLL version info */
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Multimedia API"
#define REACTOS_STR_INTERNAL_NAME "winmm"
#define REACTOS_STR_ORIGINAL_FILENAME "winmm.dll"
#include <reactos/version.rc>
/* Add your language specific defines here */
/* UTF-8 */