mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00

Same as before. Killed {}, changed to default font etc. This syncs all cpls except the diabled rcs of intl and sysdm which are in a rather incomplete shape. I might fill them up again later this day to gether with the rest of the dlls folder which is not synched.. svn path=/trunk/; revision=31838
21 lines
527 B
Text
21 lines
527 B
Text
/* $Id$ */
|
|
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS/Win32 - DDraw\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "ddraw\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "ddraw.dll\0"
|
|
|
|
#define REACTOS_FILEVERSION 5,3,2600,2180
|
|
#define REACTOS_STR_FILE_VERSION "5.3.2600.2180"
|
|
#define REACTOS_PRODUCTVERSION 5,3,2600,2180
|
|
#define REACTOS_STR_PRODUCT_VERSION "5.3.2600.2180"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
STR_PRIMARY_DISPLAY, "Primary Display Driver"
|
|
END
|
|
|