- merge audio headers
[reactos.git] / base / setup / usetup / drivesup.h
index aebeb35..287b5a5 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
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __DRIVESUP_H__
-#define __DRIVESUP_H__
+#pragma once
 
 NTSTATUS
 GetSourcePaths(PUNICODE_STRING SourcePath,
               PUNICODE_STRING SourceRootPath,
               PUNICODE_STRING SourceRootDir);
 
-#endif /* __DRIVESUP_H__ */
-
 /* EOF */