summaryrefslogtreecommitdiffstats
path: root/private/tapi/dev/cpl/telephon.rcv
blob: 0bbf445ce65b010862bed56802d55760555dbdf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include "windows.h"

// /////////////////////////////////////////////////////////////////////////
// /////////////////////////////////////////////////////////////////////////


// Is the following FLAG good to use for this?
#ifdef NT_INST
#include <ntverp.h>
#else
#include <version.h>
#endif

#define VER_FILEDESCRIPTION_STR     "Microsoft\256 Windows(TM) Telephony Control Panel"
#define VER_INTERNALNAME_STR        "telephon.cpl"
#define VER_ORIGINALFILENAME_STR    "TELEPHON.CPL"
#define VER_LEGALCOPYRIGHT_STR      "Copyright \251 Microsoft Corporation 1995.  All Rights Reserved."

#define VER_FILETYPE     VFT_APP
#define VER_FILESUBTYPE  VFT2_UNKNOWN

#include <common.ver>

// /////////////////////////////////////////////////////////////////////////
// /////////////////////////////////////////////////////////////////////////