xref: /reactos/dll/directx/dsound_new/version.rc (revision 8a978a17)
1#include <windows.h>
2#include "shlobj.h"
3#include "resource.h"
4
5LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6
7#define REACTOS_VERSION_DLL
8#define REACTOS_STR_FILE_DESCRIPTION	"DirectSound\0"
9#define REACTOS_STR_INTERNAL_NAME	"dsound.dll\0"
10#define REACTOS_STR_ORIGINAL_FILENAME	"dsound.dll\0"
11#define REACTOS_STR_PRODUCT_VERSION     "5.3.1.904\0"
12#define REACTOS_STR_FILE_VERSION        "5.3.1.904\0"
13
14#include <reactos/version.rc>
15