fixed some signed/unsigned comparison warnings with -Wsign-compare
[reactos.git] / reactos / apps / utils / rosperf / rosperf.h
index 4eb1144..5ce0aa2 100644 (file)
@@ -28,8 +28,8 @@ typedef struct tagPERF_INFO
   COLORREF BackgroundColor;
   HDC ForegroundDc;
   HDC BackgroundDc;
-  ULONG WndWidth;
-  ULONG WndHeight;
+  INT WndWidth;
+  INT WndHeight;
 } PERF_INFO, *PPERF_INFO;
 
 typedef unsigned (*INITTESTPROC)(void **Context, PPERF_INFO PerfInfo, unsigned Reps);