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.

42 lines
1.4 KiB

  1. /*
  2. �����������������������������������������������������������������������������
  3. (C) Copyright 1999
  4. All rights reserved.
  5. �����������������������������������������������������������������������������
  6. Portions of this software are:
  7. (C) Copyright 1997 TriplePoint, Inc. -- http://www.TriplePoint.com
  8. License to use this software is granted under the same terms
  9. outlined in the Microsoft Windows Device Driver Development Kit.
  10. �����������������������������������������������������������������������������
  11. @doc INTERNAL TpiBuild vTarget vTarget_rc
  12. @module vTarget.rc |
  13. This module defines the target version information. It should be
  14. included into one of your target's resource files, so it gets linked
  15. into your target's binary file.
  16. <f Note>:
  17. This file should not be changed. The definitions used by this file
  18. are defined in <f vVendor\.h>, <f vTarget\.h>, <f vProdNum\.h>, and
  19. <f vTargNum\.h>
  20. @head3 Contents |
  21. @index class,mfunc,func,msg,mdata,struct,enum | vTarget_rc
  22. @end
  23. �����������������������������������������������������������������������������
  24. */
  25. #ifndef _VTARGET_RC_
  26. #define _VTARGET_RC_
  27. #include "vProduct.rc" // Common product version resource
  28. #endif /* _VTARGET_RC_ */