blob: c86a2d3f9073297c28f07f9909c3835ba9ba14bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/****************************** Module Header ******************************\
* Module Name: mpnotify.rc
*
* Copyright (c) 1991, Microsoft Corporation
*
* Main winlogon resource file.
*
* History:
* 5-09-93 RobertRe Created.
\***************************************************************************/
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows NT Multiple Provider Notification Application"
#define VER_INTERNALNAME_STR "mpnotify.exe"
#define VER_ORIGINALFILENAME_STR "mpnotify.exe"
#include "common.ver"
|