- merge audio headers
[reactos.git] / base / setup / usetup / inicache.h
index f909200..bd7dd33 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.
  */
 /*
  * COPYRIGHT:       See COPYING in the top level directory
@@ -25,9 +25,7 @@
  *                  Eric Kohl
  */
 
-#ifndef __INICACHE_H__
-#define __INICACHE_H__
-
+#pragma once
 
 typedef struct _INICACHEKEY
 {
@@ -126,7 +124,4 @@ PINICACHESECTION
 IniCacheAppendSection(PINICACHE Cache,
                      PWCHAR Name);
 
-
-#endif /* __INICACHE_H__ */
-
 /* EOF */