reactos/reactos/dll/directx/ddraw/ddraw.rc
Daniel Reimer ff4f467cdb Continue of my try to get all RCs in Sync.
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
2008-01-17 14:01:53 +00:00

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