Windows NT 4.0 source code leak
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.

20 lines
601 B

4 years ago
  1. /********************************************************************/
  2. /* MODEMUI.RCV */
  3. /********************************************************************/
  4. #ifdef WINNT
  5. #include <winver.h>
  6. #include <ntverp.h>
  7. #else
  8. #include <version.h>
  9. #endif
  10. #define VER_FILETYPE VFT_DLL
  11. #define VER_FILESUBTYPE VFT_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "Unimodem Diagnostics"
  13. #define VER_INTERNALNAME_STR "MDMDBG"
  14. #define VER_LEGALCOPYRIGHT_YEARS "1993-1996"
  15. #define VER_ORIGINALFILENAME_STR "MDMDBG.DLL"
  16. #include <common.ver>