Leaked source code of windows server 2003
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.

25 lines
807 B

  1. //#--------------------------------------------------------------
  2. //
  3. // File: openfiles.rc
  4. //
  5. // Copyright (C) 1999-2000 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. //#--------------------------------------------------------------
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Message Table Info
  12. //
  13. /////////////////////////////////////////////////////////////////////////////
  14. #include "openfiles_msg.rc"
  15. #include "saverp.h"
  16. #define VER_FILETYPE VFT_DLL
  17. #define VER_FILESUBTYPE VFT2_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Microsoft Server Appliance Network Plugin"
  19. #define VER_INTERNALNAME_STR "openfiles_msg.DLL"
  20. #define VER_ORIGINALFILENAME_STR "openfiles_msg.DLL"
  21. #include <common.ver>