mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
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:
parent
ef39f0a5aa
commit
dc91eccd19
30 changed files with 7549 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue