Sync with trunk head (r48654)
[reactos.git] / base / setup / usetup / filesup.h
index 4a92729..b7aecd8 100644 (file)
@@ -12,9 +12,9 @@
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
  *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *  You should have received a copy of the GNU General Public License along
+ *  with this program; if not, write to the Free Software Foundation, Inc.,
+ *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 /* $Id$
  * COPYRIGHT:       See COPYING in the top level directory
@@ -24,8 +24,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __FILESUP_H__
-#define __FILESUP_H__
+#pragma once
 
 NTSTATUS
 SetupCreateDirectory(PWCHAR DirectoryName);
@@ -43,7 +42,4 @@ BOOLEAN
 DoesFileExist(PWSTR PathName,
              PWSTR FileName);
 
-
-#endif /* __FILESUP_H__ */
-
 /* EOF */