Pierre Schweitzer
799dfa6ada
setupapi: Implement SetupOpenLog(), SetupCloseLog().
2015-03-27 00:12:13 +09:00
Alexandre Julliard
2aa3d2b0e1
setupapi: Don't bother to free libraries at process exit.
2013-05-17 12:24:41 +02:00
Erich Hoover
f036f46217
setupapi: Close the target file before issuing SPFILENOTIFY_FILEEXTRACTED.
2012-10-09 18:32:27 +02:00
Erich Hoover
2ee8cd5a6c
setupapi: Report the correct target file with SPFILENOTIFY_FILEEXTRACTED.
2012-10-09 18:32:26 +02:00
Michael Stefaniuc
4d28aedaf8
setupapi: Avoid TRUE:FALSE conditional expressions.
2012-08-14 11:58:44 +02:00
Michael Stefaniuc
f93390f719
setupapi: Simplify the "pointer to start of array" idiom.
2012-07-27 17:05:30 +02:00
Alasdair Sinclair
3928f57658
setupapi: Fix magic comparison on x64.
2011-08-29 12:08:20 +02:00
Peter Urbanec
de83ea61bb
setupapi: Fix comparison issue on 64-bit systems.
2011-02-08 14:45:55 -06:00
Alexandre Julliard
fcf8e164c3
setupapi: Fix access rights for cabinet creation.
2011-02-02 18:11:36 +01:00
Andrew Nguyen
debe525f3f
setupapi: Validate the cabinet filename parameter in SetupIterateCabinetW.
2010-06-16 20:12:54 +02:00
Andrew Nguyen
bc21be89ab
setupapi: Validate the cabinet filename parameter in SetupIterateCabinetA.
2010-06-16 20:12:09 +02:00
Andrew Nguyen
7057637ff0
setupapi: Avoid useless initializations in SetupIterateCabinetA/W.
2010-06-16 20:11:51 +02:00
Ricardo Filipe
7ab7a74171
setupapi: Make hinstance global for all dialogs.
2009-02-23 14:28:49 +01:00
Michael Stefaniuc
ffae0123ac
setupapi: Remove superfluous pointer casts.
2009-01-28 12:30:57 +01:00
Michael Stefaniuc
f516cab017
include: Change to LONG/ULONG in fdi.h for Win64 compatibility.
2009-01-14 12:21:20 +01:00
Alexandre Julliard
41533fa516
setupapi: Fix pointer cast warnings on 64-bit.
2009-01-08 17:27:27 +01:00
Alexandre Julliard
bc778b99f9
setupapi: Add CDECL to the cabinet callback functions.
2009-01-05 12:39:13 +01:00
Alexandre Julliard
a537aadd14
setupapi: Don't include msvcrt headers.
2008-12-12 10:19:55 +01:00
Michael Stefaniuc
0977f858da
setupapi: Remove duplicate includes.
2007-11-19 13:54:17 +01:00
Mike McCormack
d9ea955dbf
setupapi: Use HeapAlloc/Free instead of malloc/free.
2006-11-10 11:35:20 +01:00
Michael Stefaniuc
79ecfaf52f
setupapi: Win64 printf format warning fixes.
2006-10-14 20:17:25 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Peter Berg Larsen
e732fc023d
Janitorial: Get rid of strncpy/strncpyW.
2005-03-28 14:17:51 +00:00
Eric Kohl
69d3afc99e
- Implement SetupDiBuildClassInfoListExA,
...
SetupDiClassGuidsFromNameExA, SetupDiCreateDeviceInfoListExA and
SetupDiOpenClassRegKeyExA using MultiByteToUnicode.
- Retrieve OS version upon process attach.
2005-02-03 13:34:50 +00:00
Vincent Béron
9d8036e1d8
Replace some more -debugmsg references for WINEDEBUG.
2004-06-21 23:56:15 +00:00
Stefan Leichter
8a918011fe
Replaced the call to GetFullPathNameA by a call to GetFullPathNameW to
...
get rid of the W->A cross calls.
2004-06-02 00:34:08 +00:00
Patrik Stridvall
ede82e3055
Fixed some issues found by winapi_check.
2004-02-20 20:19:23 +00:00
Francois Gouget
6b6ed724ae
Add missing '\n's to debug traces.
2004-01-27 00:01:43 +00:00
Steven Edwards
f508a78509
- Win16/32 cleanup.
...
- Fixes for building with the PSDK.
2003-10-21 23:45:43 +00:00
Steven Edwards
b2b7262815
Porting fixes.
2003-09-11 02:58:46 +00:00
Alexandre Julliard
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
...
headers (with help from Dimitrie O. Paun).
2003-09-05 23:08:26 +00:00
Gregory M. Turner
fca4a8f877
Implement (most of) SetupIterateCabinet.
2003-08-27 23:12:36 +00:00