mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
/* $Id$ */
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Security Account Manager interface DLL\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "samlib\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "samlib.dll\0"
|
|
#include <reactos/version.rc>
|