Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
Alexandre Julliard
|
8887d74bbf
|
SPINST_UNREGSVR must use the UnregisterDlls section, not the
RegisterDlls one.
|
2004-02-27 06:06:38 +00:00 |
Alexandre Julliard
|
5a157628c7
|
Implemented InstallHinfSection (based on a patch by Chris Morgan).
|
2004-02-27 04:43:32 +00:00 |
Alexandre Julliard
|
cb283489ad
|
Added support for the RegisterDlls section (partly based on a patch by
Chris Morgan).
|
2004-02-27 00:47:10 +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 |
Huw Davies
|
0704955ca4
|
Use strtoulW instead of strtolW for DWORD conversion.
|
2003-05-13 22:16:11 +00:00 |
Alexandre Julliard
|
b34fb35b31
|
Fixed warnings caused by conversion to -DSTRICT.
|
2002-10-18 23:48:57 +00:00 |
Patrik Stridvall
|
9c1de6de30
|
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.
|
2002-09-12 22:07:02 +00:00 |
Aric Stewart
|
5de3334a7f
|
When processing the reg section we need to delete before adding.
First pass implementation of UpdateIni.
|
2002-06-13 21:51:45 +00:00 |
Alexandre Julliard
|
9b6f433ebb
|
Implemented strtolW/strtoulW in libwine_unicode and used it to replace
wcstol and friends.
|
2002-05-16 18:58:47 +00:00 |
Alexandre Julliard
|
5068347b19
|
Implemented a large number of the 32-bit setupapi functions.
Fixed a number of setupx functions by making them call the setupapi
equivalents.
|
2002-04-02 02:57:50 +00:00 |