Replaced many CPP modules with C ones. All filenames now lowercase 8.3 format. Now builds as UNICODE or ANSI.

svn path=/trunk/; revision=3485
This commit is contained in:
Robert Dickenson 2002-09-10 02:07:02 +00:00
parent ef39f0a5aa
commit dc91eccd19
30 changed files with 7549 additions and 0 deletions

View file

@ -23,6 +23,11 @@
#ifndef __PERFDATA_H
#define __PERFDATA_H
#ifdef __cplusplus
extern "C" {
#endif
#if 0
typedef struct _TIME {
DWORD LowPart;
@ -409,4 +414,9 @@ ULONG PerfDataGetSystemHandleCount(void);
ULONG PerfDataGetTotalThreadCount(void);
#ifdef __cplusplus
};
#endif
#endif // __PERFDATA_H