14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
// Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
|
|
//
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WMI Provider for Disk Quota Information"
|
|
#define VER_INTERNALNAME_STR "WMIPDskQ.dll"
|
|
#define VER_ORIGINALFILENAME_STR "WMIPDskQ.dll"
|
|
|
|
#include "common.ver"
|