os_pdh.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    os_pdh.h
00006  *
00007  *  definitions for the windows pdh API
00008  *
00009  *  $Id: os_pdh.h 81614 2008-05-05 14:04:25Z johnnyw $
00010  *
00011  *  @author Johnny Willemsen  <jwillemsen@remedy.nl>
00012  */
00013 //=============================================================================
00014 
00015 #ifndef ACE_OS_INCLUDE_OS_PDH_H
00016 #define ACE_OS_INCLUDE_OS_PDH_H
00017 
00018 #include /**/ "ace/pre.h"
00019 
00020 #include /**/ "ace/config-all.h"
00021 
00022 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00023 # pragma once
00024 #endif /* ACE_LACKS_PRAGMA_ONCE */
00025 
00026 #if defined (ACE_HAS_PDH_H) && !defined (ACE_LACKS_PDH_H)
00027 # include /**/ <pdh.h>
00028 #endif /* ACE_HAS_PDH_H && !ACE_LACKS_PDH_H */
00029 
00030 #if defined (ACE_HAS_PDH_H) && !defined (ACE_LACKS_PDH_H)
00031 # define ACE_HAS_WIN32_PDH
00032 #endif
00033 
00034 // Place all additions (especially function declarations) within extern "C" {}
00035 #ifdef __cplusplus
00036 extern "C"
00037 {
00038 #endif /* __cplusplus */
00039 
00040 #ifdef __cplusplus
00041 }
00042 #endif /* __cplusplus */
00043 
00044 #include /**/ "ace/post.h"
00045 #endif /* ACE_OS_INCLUDE_OS_PDH_H */

Generated on Tue Feb 2 17:18:41 2010 for ACE by  doxygen 1.4.7