sync with trunk (r46275)
[reactos.git] / base / setup / usetup / progress.h
index eda1f1e..53af83d 100644 (file)
@@ -24,9 +24,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __PROGRESS_H__
-#define __PROGRESS_H__
-
+#pragma once
 
 typedef struct _PROGRESS
 {
@@ -75,6 +73,4 @@ VOID
 ProgressSetStep (PPROGRESSBAR Bar,
                 ULONG Step);
 
-#endif /* __PROGRESS_H__ */
-
 /* EOF */