#include "windows.h" // ///////////////////////////////////////////////////////////////////////// // ///////////////////////////////////////////////////////////////////////// // Is the following FLAG good to use for this? #ifdef NT_INST #include #else #include #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 // ///////////////////////////////////////////////////////////////////////// // /////////////////////////////////////////////////////////////////////////