aboutsummaryrefslogtreecommitdiff
path: root/src/include/plibc.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-11-25 12:26:06 +0000
committerChristian Grothoff <christian@grothoff.org>2007-11-25 12:26:06 +0000
commit43d3eebfbe34765fc91e6f099ebc0e4467f911e7 (patch)
tree7fda5129b7a410c4ad131c520c220ea8d67437ac /src/include/plibc.h
parentaf1bd801d72b3d9ed7cc214b3dbc3d01bb21700b (diff)
downloadgnunet-gtk-43d3eebfbe34765fc91e6f099ebc0e4467f911e7.tar.gz
gnunet-gtk-43d3eebfbe34765fc91e6f099ebc0e4467f911e7.zip
fix
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 d493121b..2618b994 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 LARGNUNET_GEINTEGER to double */ 61/* Convert LARGNUNET_GE_INTEGER 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 LARGNUNET_GEINTEGER IdleTime; 244 LARGNUNET_GE_INTEGER IdleTime;
245 LARGNUNET_GEINTEGER KernelTime; 245 LARGNUNET_GE_INTEGER KernelTime;
246 LARGNUNET_GEINTEGER UserTime; 246 LARGNUNET_GE_INTEGER UserTime;
247 LARGNUNET_GEINTEGER Reserved1[2]; 247 LARGNUNET_GE_INTEGER Reserved1[2];
248 ULONG Reserved2; 248 ULONG Reserved2;
249 } SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION; 249 } SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION;
250 250