Implemented InstallHinfSection (based on a patch by Chris Morgan).
diff --git a/include/setupapi.h b/include/setupapi.h
index d9c33fe..fe92dd0 100644
--- a/include/setupapi.h
+++ b/include/setupapi.h
@@ -599,6 +599,9 @@
#define SPDRP_INSTALL_STATE 0x00000022
#define SPDRP_MAXIMUM_PROPERTY 0x00000023
+void WINAPI InstallHinfSectionA( HWND hwnd, HINSTANCE handle, LPCSTR cmdline, INT show );
+void WINAPI InstallHinfSectionW( HWND hwnd, HINSTANCE handle, LPCWSTR cmdline, INT show );
+#define InstallHinfSection WINELIB_NAME_AW(InstallHinfSection)
HINF WINAPI SetupOpenInfFileA( PCSTR name, PCSTR pszclass, DWORD style, UINT *error );
HINF WINAPI SetupOpenInfFileW( PCWSTR name, PCWSTR pszclass, DWORD style, UINT *error );
#define SetupOpenInfFile WINELIB_NAME_AW(SetupOpenInfFile)