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.

37 lines
1.1 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1999
  5. //
  6. // File: ccfapi32.rc2
  7. //
  8. // Contents:
  9. //
  10. // History:
  11. //
  12. //
  13. //---------------------------------------------------------------------------
  14. //
  15. // CCFAPI32.RC2 - resources Microsoft Visual C++ does not edit directly
  16. //
  17. #ifdef APSTUDIO_INVOKED
  18. #error this file is not editable by Microsoft Visual C++
  19. #endif //APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. // Add manually edited resources here...
  22. #include <winver.h>
  23. #include <ntverp.h>
  24. #define VER_FILETYPE VFT_APP
  25. #define VER_FILESUBTYPE VFT2_UNKNOWN
  26. #define VER_FILEDESCRIPTION_STR "License Certificate API"
  27. #define VER_INTERNALNAME_STR "CCFAPI32.DLL"
  28. #define VER_ORIGINALFILENAME_STR "CCFAPI32.DLL"
  29. #include "common.ver"
  30. /////////////////////////////////////////////////////////////////////////////