Re: setupapi: The inf section suffix that corresponds to __x86_64 is .ntamd64.
Hans Leidekker wrote:
-Hans
Changelog The inf section suffix that corresponds to __x86_64 is .ntamd64.
------------------------------------------------------------------------
fe843f1050d9673354e0ae2329d86a6df67b7dfb diff --git a/dlls/setupapi/install.c b/dlls/setupapi/install.c index f6a541b..4c60b86 100644 --- a/dlls/setupapi/install.c +++ b/dlls/setupapi/install.c @@ -995,7 +995,7 @@ void WINAPI InstallHinfSectionW( HWND hw #ifdef __i386__ static const WCHAR nt_platformW[] = {'.','n','t','x','8','6',0}; #elif defined(__x86_64) - static const WCHAR nt_platformW[] = {'.','n','t','i','a','6','4',0}; + static const WCHAR nt_platformW[] = {'.','n','t','a','m','d','6','4',0}; There was also a Windows for IA64 aka Itanium CPUs. Not sure if the .ntia64 needs to stay in.
bye michael
#else /* FIXME: other platforms */ static const WCHAR nt_platformW[] = {'.','n','t',0}; #endif
------------------------------------------------------------------------
-- Michael Stefaniuc Tel.: +49-711-96437-199 Sr. Network Engineer Fax.: +49-711-96437-111 Red Hat GmbH Email: mstefani(a)redhat.com Hauptstaetterstr. 58 http://www.redhat.de/ D-70178 Stuttgart
participants (1)
-
Michael Stefaniuc