Synchronize with trunk's revision r57629.
[reactos.git] / base / setup / usetup / native / host_native.h
index 1ce410d..df3ad98 100644 (file)
@@ -1,16 +1,5 @@
-#ifndef _HOST_NATIVE_H_
-#define _HOST_NATIVE_H_
-
-#include "usetup.h"
-
-typedef struct
-{
-       PWCHAR Source;
-       PWCHAR Target;
-} *PFILEPATHS_W;
+#pragma once
 
 #define SetupInitDefaultQueueCallback(a) NULL
 #define SetupDefaultQueueCallbackW(a, b, c, d) TRUE
 #define SetupTermDefaultQueueCallback(a)
-
-#endif /* _HOST_NATIVE_H_ */