3 //=============================================================================
7 * definitions for the windows pdh API
9 * @author Johnny Willemsen <jwillemsen@remedy.nl>
11 //=============================================================================
13 #ifndef ACE_OS_INCLUDE_OS_PDH_H
14 #define ACE_OS_INCLUDE_OS_PDH_H
16 #include /**/ "ace/pre.h"
18 #include /**/ "ace/config-all.h"
20 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 #endif /* ACE_LACKS_PRAGMA_ONCE */
24 #if defined (ACE_HAS_PDH_H) && !defined (ACE_LACKS_PDH_H)
25 # include /**/ <pdh.h>
26 #endif /* ACE_HAS_PDH_H && !ACE_LACKS_PDH_H */
28 #if defined (ACE_HAS_PDH_H) && !defined (ACE_LACKS_PDH_H)
29 # define ACE_HAS_WIN32_PDH
32 #include /**/ "ace/post.h"
33 #endif /* ACE_OS_INCLUDE_OS_PDH_H */