Leaked source code of windows server 2003
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.
 
 
 
 
 
 

22 lines
554 B

// File: nmcom.rc
#include <winres.h>
#define VER_FILETYPE VFT_DLL
#define VER_DESCRIPTION_STR "NetMeeting Core\0"
#define VER_INTERNALNAME_STR "nmcom\0"
#define VER_ORIGNAME_STR "nmcom.dll\0"
// Standard NetMeeting version resource
#include <version.rc>
// Local resources
#include "resource.h"
STRINGTABLE DISCARDABLE
BEGIN
IDS_COPY_OF "Copy of %s"
IDS_COPY_N_OF "Copy (%d) of %s"
IDS_INVALID_NAME "Invalid Name (%d)%s"
IDS_FT_RECDIR_DEFAULT "%sReceived Files"
END