sync with trunk (r46275)
[reactos.git] / base / setup / usetup / chkdsk.h
index 79e21bd..e21196b 100644 (file)
  * PROGRAMMER:      HervĂ© Poussineau (hpoussin@reactos.org)
  */
 
-#ifndef __CHKDSK_H__
-#define __CHKDSK_H__
+#pragma once
 
 NTSTATUS
 ChkdskPartition(
     IN PUNICODE_STRING DriveRoot,
     IN PFILE_SYSTEM_ITEM FileSystem);
 
-#endif /* __CHKDSK_H__ */
-
 /* EOF */