- merge audio headers
[reactos.git] / base / setup / usetup / genlist.h
index 5d30d75..fd5682c 100644 (file)
@@ -24,8 +24,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __GENLIST_H__
-#define __GENLIST_H__
+#pragma once
 
 struct _GENERIC_LIST_ENTRY;
 typedef struct _GENERIC_LIST_ENTRY *PGENERIC_LIST_ENTRY;
@@ -97,6 +96,4 @@ RestoreGenericListState(PGENERIC_LIST List);
 VOID
 GenericListKeyPress (PGENERIC_LIST List, CHAR AsciChar);
 
-#endif /* __GENLIST_H__ */
-
 /* EOF */