mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
a7fddf9c07
svn path=/trunk/; revision=29689
10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
/* $Id$ */
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "dflat32 console windowing library\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "dflat\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "dflat.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
/* EOF */
|