Sync with trunk head (r48654)
[reactos.git] / base / setup / usetup / format.h
index 4e58c97..d2784c1 100644 (file)
  * PROGRAMMER:      Casper S. Hornstrup (chorns@users.sourceforge.net)
  */
 
-#ifndef __FORMAT_H__
-#define __FORMAT_H__
+#pragma once
 
 NTSTATUS
 FormatPartition(
     IN PUNICODE_STRING DriveRoot,
     IN PFILE_SYSTEM_ITEM FileSystem);
 
-#endif /* __FILESUP_H__ */
-
 /* EOF */