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.

23 lines
615 B

  1. //*************************************************************
  2. //
  3. // Userenv.rc - resource file
  4. //
  5. // Microsoft Confidential
  6. // Copyright (c) Microsoft Corporation 1995
  7. // All rights reserved
  8. //
  9. //*************************************************************
  10. #include <windows.h>
  11. #include <commctrl.h>
  12. #include "resource.h"
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_APP
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Userenv"
  17. #define VER_INTERNALNAME_STR "userenv\0"
  18. #define VER_ORIGINALFILENAME_STR "userenv.dll"
  19. #include "common.ver"