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.4 KiB

  1. /*
  2. Copyright (c) 1997, Microsoft Corporation, all rights reserved
  3. File:
  4. rasbacp.rc
  5. Description:
  6. Remote Access PPP Bandwidth Allocation Control Protocol Windows resources
  7. History:
  8. Mar 24, 1997: Vijay Baliga created original version.
  9. */
  10. /*
  11. ** Template for version resources. Place this in your .rc file,
  12. ** editing the values for VER_FILETYPE, VER_FILESUBTYPE,
  13. ** VER_FILEDESCRIPTION_STR and VER_INTERNALNAME_STR as needed.
  14. ** See winver.h for possible values.
  15. **
  16. ** Ntverp.h defines several global values that don't need to be
  17. ** changed except for official releases such as betas, sdk updates, etc.
  18. **
  19. ** Common.ver has the actual version resource structure that all these
  20. ** #defines eventually initialize.
  21. */
  22. #include <windows.h>
  23. #include <ntverp.h>
  24. /*-----------------------------------------------*/
  25. /* the following lines are specific to this file */
  26. /*-----------------------------------------------*/
  27. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  28. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  29. * The strings don't need a '\0', since common.ver has them.
  30. */
  31. #define VER_FILETYPE VFT_STATIC_LIB
  32. #define VER_FILESUBTYPE VFT2_UNKNOWN
  33. #define VER_FILEDESCRIPTION_STR "Remote Access PPP Bandwidth Allocation Control Protocol"
  34. #define VER_INTERNALNAME_STR "rasbacp.lib"
  35. #define VER_ORIGINALFILENAME_STR "rasbacp.lib"
  36. #include "common.ver"