Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
838 B

#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>
// /////////////////////////////////////////////////////////////////////////
// /////////////////////////////////////////////////////////////////////////