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
727 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1995.
  5. //
  6. // File: NWCOMPAT.rc
  7. //
  8. // Contents: Resources for NetWare 3.12 ADs Provider DLL.
  9. //
  10. // History: 03-Feb-96 t-ptam(PatrickT) Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #include <windows.h>
  14. #if defined(USE_DS_VER)
  15. #include <dsverp.h>
  16. #else
  17. #include <ntverp.h>
  18. #endif
  19. #define VER_FILETYPE VFT_DLL
  20. #define VER_FILESUBTYPE VFT2_UNKNOWN
  21. #define VER_FILEDESCRIPTION_STR "ADs Netware 3.12 Provider DLL"
  22. #define VER_INTERNALNAME_STR "NWCOMPAT"
  23. #include <common.ver>