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.

46 lines
1.1 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iasinfdb.rc
  8. //
  9. // MODIFICATION HISTORY
  10. //
  11. // 02/12/1999 Original version. Thierry Perraut
  12. //
  13. //////////////////////////////////////////////////////////////////////////////
  14. #include "winres.h"
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. #endif // English (U.S.) resources
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // this is to get binary versioning
  26. //
  27. #include "winver.h"
  28. #include "ntverp.h"
  29. #define VER_FILETYPE VFT_APP
  30. #define VER_FILESUBTYPE VFT2_UNKNOWN
  31. #define VER_FILEDESCRIPTION_STR "IAS Inf to Database Tool"
  32. #define VER_INTERNALNAME_STR "IASINFDB.EXE"
  33. #define VER_ORIGINALFILENAME_STR "IASINFDB.EXE"
  34. #include <common.ver>