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.
|
|
/*++ migrate.rc
Copyright (c) 1997 Microsoft Corporation
Resources for W9x Fax Server Migration DLL.
Author: Brian Dewey (t-briand) 1997-8-19 --*/
#include <windows.h> #include "resource.h"
#include <FaxName.h>
#define VER_FILETYPE VFT_DLL #define VER_FILEDESCRIPTION_STR FAX_FULL_NAME " Fax Migration DLL" #define VER_INTERNALNAME_STR "MIGRATE.DLL" #define VER_ORIGINALFILENAME_STR "MIGRATE.DLL"
#include "cvernum.h" #include "cometver.rc"
STRINGTABLE BEGIN
MSG_VI_COMPANY_NAME "Microsoft" MSG_VI_SUPPORT_NUMBER "" MSG_VI_SUPPORT_URL "http:\\\\www.microsoft.com" MSG_VI_INSTRUCTIONS "" END
|