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.
26 lines
643 B
26 lines
643 B
/******************************************************************************
|
|
|
|
Source File: Deskpan.rc
|
|
|
|
Configure panning for the display
|
|
|
|
Copyright (c) 1997-1998 by Microsoft Corporation
|
|
|
|
Change History:
|
|
|
|
12-01-97 AndreVa - Created It
|
|
|
|
******************************************************************************/
|
|
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Advanced display panning properties"
|
|
#define VER_INTERNALNAME_STR "deskpan.dll"
|
|
|
|
#include "common.ver"
|