[USETUP] Remove the WIN32 support because usetup is a native-only application
[reactos.git] / base / setup / usetup / inffile.h
index 039fbef..9ce8ce0 100644 (file)
 
 #pragma once
 
-#ifndef __REACTOS__
-
-#include <setupapi.h>
-
-#else /* __REACTOS__ */
-
 #include <infcommon.h>
 
 #define SetupFindFirstLineW InfpFindFirstLineW
@@ -69,8 +63,6 @@ InfpOpenInfFileW(
     IN LCID LocaleId,
     OUT PUINT ErrorLine);
 
-#endif /* __REACTOS__ */
-
 BOOLEAN
 INF_GetData(
     IN PINFCONTEXT Context,