2005-08-13 12:25:16 +00:00
|
|
|
|
2007-11-27 21:32:59 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
2005-08-13 12:25:16 +00:00
|
|
|
#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"
|
2007-09-07 22:42:09 +00:00
|
|
|
|
2008-04-17 19:15:43 +00:00
|
|
|
#include <reactos/reactx.h>
|
2007-09-07 22:42:09 +00:00
|
|
|
|
2005-08-13 12:25:16 +00:00
|
|
|
#include <reactos/version.rc>
|
2007-11-27 21:32:59 +00:00
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2008-01-17 14:01:53 +00:00
|
|
|
BEGIN
|
2007-11-27 21:32:59 +00:00
|
|
|
STR_PRIMARY_DISPLAY, "Primary Display Driver"
|
2008-01-17 14:01:53 +00:00
|
|
|
END
|
2007-11-27 21:32:59 +00:00
|
|
|
|