mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[WINMM] Add DLL version info (#7543)
This commit is contained in:
parent
647d351278
commit
e62c917ddf
1 changed files with 7 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue