Skip to content

Commit e62c917

Browse files
authored
[WINMM] Add DLL version info (reactos#7543)
1 parent 647d351 commit e62c917

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dll/win32/winmm/winmm_res.rc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
#include <windef.h>
2626
#include <mmddk.h>
2727

28+
/* ReactOS-specific DLL version info */
29+
#define REACTOS_VERSION_DLL
30+
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Multimedia API"
31+
#define REACTOS_STR_INTERNAL_NAME "winmm"
32+
#define REACTOS_STR_ORIGINAL_FILENAME "winmm.dll"
33+
#include <reactos/version.rc>
34+
2835
/* Add your language specific defines here */
2936

3037
/* UTF-8 */

0 commit comments

Comments
 (0)