mirror of https://github.com/tongzx/nt5src
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.
32 lines
555 B
32 lines
555 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
resource.rc
|
|
|
|
Abstract:
|
|
|
|
This file contains all resources for this tool.
|
|
|
|
Author:
|
|
|
|
Wesley Witt [wesw] 1-March-2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "fsutil.exe"
|
|
#define VER_INTERNALNAME_STR "fsutil.exe"
|
|
#define VER_ORIGINALFILENAME_STR "fsutil.exe"
|
|
|
|
#include "common.ver"
|
|
|
|
RCINCLUDE msg.rc
|