Sync with trunk head (r48654)
[reactos.git] / base / setup / usetup / filequeue.h
index 015cb2b..28829a4 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,9 +24,7 @@
  * PROGRAMMER:      Eric Kohl
  */
 
-#ifndef __FILEQUEUE_H__
-#define __FILEQUEUE_H__
-
+#pragma once
 
 #define SPFILENOTIFY_STARTQUEUE       0x1
 #define SPFILENOTIFY_ENDQUEUE         0x2
@@ -104,6 +102,4 @@ SetupCommitFileQueueW(HWND Owner,
                     PSP_FILE_CALLBACK_W MsgHandler,
                     PVOID Context);
 
-#endif /* __FILEQUEUE_H__ */
-
 /* EOF */