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.

16 lines
539 B

  1. // NARRHOOK.DLL version.h
  2. #ifdef RC_INVOKED
  3. // Only pull in WINVER.H if we need it.
  4. #ifndef VER_H
  5. #include <winver.h>
  6. #endif/*VER_H*/
  7. #define VER_IS_SET // Lets the RC know we're providing version strings
  8. #define VER_FILEDESCRIPTION_STR "Microsoft Narrator Keyboard and WinEvent hook"
  9. #define VER_INTERNALNAME_STR "NARRHOOK"
  10. #define VER_ORIGINALFILENAME_STR "NARRHOOK.DLL"
  11. #define VER_FILETYPE VFT_DLL
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #endif/* RC_INVOKED */