[USETUP] Comment out SetupQueueCopyWNew() declaration which is not used at all. Remov...
[reactos.git] / base / setup / usetup / filequeue.h
index 17ebe04..f43ef91 100644 (file)
@@ -19,9 +19,9 @@
 /*
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS text-mode setup
- * FILE:            subsys/system/usetup/filequeue.h
+ * FILE:            base/setup/usetup/filequeue.h
  * PURPOSE:         File queue functions
- * PROGRAMMER:      Eric Kohl
+ * PROGRAMMER:
  */
 
 #pragma once
@@ -60,7 +60,7 @@ typedef UINT (CALLBACK* PSP_FILE_CALLBACK_W)(
 typedef struct _COPYCONTEXT
 {
     LPCWSTR DestinationRootPath; /* Not owned by this structure */
-    LPCWSTR InstallPath; /* Not owned by this structure */
+    LPCWSTR InstallPath;         /* Not owned by this structure */
     ULONG TotalOperations;
     ULONG CompletedOperations;
     PPROGRESSBAR ProgressBar;
@@ -78,6 +78,7 @@ WINAPI
 SetupCloseFileQueue(
     IN HSPFILEQ QueueHandle);
 
+#if 0 // This is the API that is declared in setupapi.h and exported by setupapi.dll
 BOOL
 WINAPI
 SetupQueueCopyWNew(
@@ -90,6 +91,7 @@ SetupQueueCopyWNew(
     IN PCWSTR TargetDirectory,
     IN PCWSTR TargetFileName,
     IN DWORD CopyStyle);
+#endif
 
 BOOL
 SetupQueueCopy(