mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
/* $Id$ */
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "NotifyHook DLL for ROS Explorer\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "notifyhook\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "notifyhook.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
/* EOF */
|