41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
|
// Resource file to allow vc++ to read FILEMGMT.rc without
|
||
|
// interfering with cmapi.rc.
|
||
|
|
||
|
#include "resource.h"
|
||
|
#include "stdrsrc.rc"
|
||
|
#include "filemgmt.rc"
|
||
|
|
||
|
#include "choosert.h" // Temporary chooser IDs
|
||
|
#include "chooserd.h" // Default chooser IDs
|
||
|
#include "chooser.rc" // Chooser wizard page
|
||
|
#include "chooser2.rc" // Chooser2 dialog
|
||
|
|
||
|
// Include strings for Configuration Manager return codes.
|
||
|
// You may change IDS_CFGMGR32_BASE to relocate
|
||
|
// the string table if you wish.
|
||
|
#include "..\\..\\..\\..\\public\\sdk\\inc\\cfgmgr32.h"
|
||
|
#include <cmapi.rc>
|
||
|
|
||
|
|
||
|
//+----------------------------------------------------------------------------
|
||
|
//
|
||
|
// Version
|
||
|
//
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Services and Shared Folders"
|
||
|
#define VER_INTERNALNAME_STR "FILEMGMT"
|
||
|
#define VER_LEGALCOPYRIGHT_YEARS "1997-1998"
|
||
|
#define VER_ORIGINALFILENAME_STR "filemgmt.dll"
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
#include <common.ver>
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
IDS_SNAPINABOUT_VERSION VER_PRODUCTVERSION_STR
|
||
|
IDS_SNAPINABOUT_PROVIDER VER_COMPANYNAME_STR
|
||
|
END
|