aboutsummaryrefslogtreecommitdiff
path: root/src/include/plibc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/plibc.h')
-rw-r--r--src/include/plibc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/plibc.h b/src/include/plibc.h
index 2178dc76..d493121b 100644
--- a/src/include/plibc.h
+++ b/src/include/plibc.h
@@ -58,7 +58,7 @@ extern "C"
58/* Conflicts with our definitions */ 58/* Conflicts with our definitions */
59#define __G_WIN32_H__ 59#define __G_WIN32_H__
60 60
61/* Convert LARGE_INTEGER to double */ 61/* Convert LARGNUNET_GEINTEGER to double */
62#define Li2Double(x) ((double)((x).HighPart) * 4.294967296E9 + \ 62#define Li2Double(x) ((double)((x).HighPart) * 4.294967296E9 + \
63 (double)((x).LowPart)) 63 (double)((x).LowPart))
64 64
@@ -241,10 +241,10 @@ extern "C"
241 241
242 typedef struct 242 typedef struct
243 { 243 {
244 LARGE_INTEGER IdleTime; 244 LARGNUNET_GEINTEGER IdleTime;
245 LARGE_INTEGER KernelTime; 245 LARGNUNET_GEINTEGER KernelTime;
246 LARGE_INTEGER UserTime; 246 LARGNUNET_GEINTEGER UserTime;
247 LARGE_INTEGER Reserved1[2]; 247 LARGNUNET_GEINTEGER Reserved1[2];
248 ULONG Reserved2; 248 ULONG Reserved2;
249 } SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION; 249 } SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION;
250 250