Synchronize with trunk's revision r57629.
[reactos.git] / base / setup / usetup / partlist.h
index 7d6f088..ef3f4d2 100644 (file)
@@ -23,8 +23,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __PARTLIST_H__
-#define __PARTLIST_H__
+#pragma once
 
 /* We have to define it there, because it is not in the MS DDK */
 #define PARTITION_EXT2 0x83
@@ -222,6 +221,4 @@ CheckForLinuxFdiskPartitions (PPARTLIST List);
 BOOLEAN
 WritePartitionsToDisk (PPARTLIST List);
 
-#endif /* __PARTLIST_H__ */
-
 /* EOF */