Source code of Windows XP (NT5)
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

  1. /******************************************************************************
  2. Source File: Deskpan.rc
  3. Configure panning for the display
  4. Copyright (c) 1997-1998 by Microsoft Corporation
  5. Change History:
  6. 12-01-97 AndreVa - Created It
  7. ******************************************************************************/
  8. #include <windows.h>
  9. #include "resource.h"
  10. #include <ntverp.h>
  11. #define VER_FILETYPE VFT_DLL
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "Advanced display panning properties"
  14. #define VER_INTERNALNAME_STR "deskpan.dll"
  15. #include "common.ver"