[NTOSKRNL] Drop the useless Timestamp field
[reactos.git] / dll / win32 / streamci / streamci.rc
1 #define WIN32_NO_STATUS
2 #include <windef.h>
3 #include <winuser.h>
4 #include <commctrl.h>
5
6 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7
8 #define REACTOS_VERSION_DLL
9 #define REACTOS_STR_FILE_DESCRIPTION "Streaming Device Class Installer"
10 #define REACTOS_STR_INTERNAL_NAME "streamci.dll"
11 #define REACTOS_STR_ORIGINAL_FILENAME "streamci.dll"
12 #define REACTOS_STR_PRODUCT_VERSION "5.1.2600.3264"
13 #define REACTOS_STR_FILE_VERSION "5.1.2600.3264"
14 #include <reactos/version.rc>
15
16 /* UTF-8 */
17 #pragma code_page(65001)
18