aboutsummaryrefslogtreecommitdiff
path: root/src/include/plibc.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-11-25 12:05:41 +0000
committerChristian Grothoff <christian@grothoff.org>2007-11-25 12:05:41 +0000
commitb7a0119555b0539e5c158e57b453176395ab878f (patch)
tree50a5b208eb3fccf587504489ebd58c7f804771f1 /src/include/plibc.h
parentbd0a5e5232d45c4462b4ad77b3a418440e8316d7 (diff)
downloadgnunet-gtk-b7a0119555b0539e5c158e57b453176395ab878f.tar.gz
gnunet-gtk-b7a0119555b0539e5c158e57b453176395ab878f.zip
2nd round of renaming
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