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.

30 lines
1.9 KiB

  1. /*INC+***********************************************************************/
  2. /* */
  3. /* adcgperf.h */
  4. /* */
  5. /* Performance Monitoring - portable include file */
  6. /* */
  7. /* Copyright(c) Microsoft 1996-1997 */
  8. /* */
  9. /****************************************************************************/
  10. /* Changes: */
  11. /* */
  12. /* 10Sep96 AK SFR0569 Created for performance monitoring */
  13. /* */
  14. /*INC-***********************************************************************/
  15. #ifndef _H_ADCGPERF
  16. #define _H_ADCGPERF
  17. /****************************************************************************/
  18. /* */
  19. /* INCLUDES */
  20. /* */
  21. /****************************************************************************/
  22. /****************************************************************************/
  23. /* Include the proxy header. This will then include the appropriate OS */
  24. /* specific header for us. */
  25. /****************************************************************************/
  26. #include <wdcgperf.h>
  27. #endif /* _H_ADCGPERF */