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.

27 lines
769 B

  1. #ifdef APSTUDIO_INVOKED
  2. #error this file is not editable by Visual C++
  3. #endif //APSTUDIO_INVOKED
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // contains resources (mainly the version) that we don't want to
  7. // modify with visual studio
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Version
  12. //
  13. #include <ntverp.h>
  14. #include <winver.h>
  15. #define VER_FILETYPE VFT_APP
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Pop3Events Module\0"
  18. #define VER_INTERNALNAME_STR "Pop3Evts.DLL\0"
  19. #define VER_ORIGINALFILENAME_STR "Pop3Evts.DLL\0"
  20. #include "common.ver"
  21. /////////////////////////////////////////////////////////////////////////////