Synchronize with trunk's revision r57629.
[reactos.git] / base / setup / usetup / progress.h
index eda1f1e..630967d 100644 (file)
@@ -24,9 +24,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __PROGRESS_H__
-#define __PROGRESS_H__
-
+#pragma once
 
 typedef struct _PROGRESS
 {
@@ -40,7 +38,7 @@ typedef struct _PROGRESS
   SHORT Width;
 
   ULONG Percent;
-  ULONG Pos;
+  SHORT Pos;
 
   ULONG StepCount;
   ULONG CurrentStep;
@@ -75,6 +73,4 @@ VOID
 ProgressSetStep (PPROGRESSBAR Bar,
                 ULONG Step);
 
-#endif /* __PROGRESS_H__ */
-
 /* EOF */