Alexandre Julliard
|
9e4ed6460c
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +00:00 |
Aric Stewart
|
ffbb75fe25
|
Beginnings on implementations of SetupCreateDiskSpaceListA/W,
SetupQuerySpaceRequiredOnDriveA, SetupDestroyDiskSpaceList and
SetupAddInstallSectionToDiskSpaceListA for MDAC install.
|
2004-03-17 01:46:00 +00:00 |
Aric Stewart
|
bb86eb6588
|
Added stubs needed by some Windows Update installs.
|
2004-03-16 19:13:18 +00:00 |
Mike McCormack
|
65be0d1f50
|
Added SetupCreateDiskSpaceList stub.
|
2004-03-15 20:07:25 +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 |
Patrik Stridvall
|
ede82e3055
|
Fixed some issues found by winapi_check.
|
2004-02-20 20:19:23 +00:00 |
Alexandre Julliard
|
1c63357e78
|
Fixed a trace.
|
2004-02-17 22:48:25 +00:00 |
Christian Costa
|
fabcd27800
|
Added some stubs.
|
2004-02-17 21:05:44 +00:00 |
Francois Gouget
|
6b6ed724ae
|
Add missing '\n's to debug traces.
|
2004-01-27 00:01:43 +00:00 |
Rein Klazes
|
5560d47539
|
Stub for DiBuildClassDrvList().
|
2004-01-20 21:51:46 +00:00 |
Steven Edwards
|
6518b5ca27
|
MSVC porting fixes.
|
2004-01-05 21:12:21 +00:00 |
Ivan Leo Murray-Smith
|
e51000f44f
|
Added Italian translation.
|
2003-11-17 19:59:13 +00:00 |
Marcelo Duarte
|
8defcd386c
|
Localization to the Portuguese of Brazil.
|
2003-11-05 23:27:01 +00:00 |
Uwe Bonnes
|
f227cfaac6
|
Added a few stubs.
|
2003-10-27 22:05:33 +00:00 |
Hans Leidekker
|
a2977cf5b8
|
Added Dutch translations.
|
2003-10-27 22:04:36 +00:00 |
Oleg Prokhorov
|
b6ee614a81
|
Another portion of HeapReAlloc fixes.
|
2003-10-24 00:29:43 +00:00 |
Steven Edwards
|
f508a78509
|
- Win16/32 cleanup.
- Fixes for building with the PSDK.
|
2003-10-21 23:45:43 +00:00 |
Oleg Prokhorov
|
de12a97041
|
Another portion of HeapReAlloc fixes.
|
2003-10-14 05:24:20 +00:00 |
Dimitrie O. Paun
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +00:00 |
Steven Edwards
|
c48c16471c
|
Remove a few unneeded include statements in internal headers.
Started bringing setupapi in line with PSDK.
|
2003-10-07 22:51:09 +00:00 |
Michael Stefaniuc
|
1cd884eb5c
|
Due to a misplaced "}" memory wasn't freed on the error path.
|
2003-09-27 02:25:40 +00:00 |
Dimitrie O. Paun
|
8b255842ec
|
Remove the obsolete pascal16 (replaced by pascal -ret16).
|
2003-09-26 04:32:19 +00:00 |
José Manuel Ferrer Ortiz
|
28c87b0b7a
|
Added Spanish resources.
|
2003-09-25 23:47:55 +00:00 |
Vincent Béron
|
bf5f07a5b4
|
Yet another batch of French resources updates.
|
2003-09-22 21:16:56 +00:00 |
Igor Stepin
|
f2cac81ac5
|
Added Russian translation.
|
2003-09-17 22:39:01 +00:00 |
Steven Edwards
|
b2b7262815
|
Porting fixes.
|
2003-09-11 02:58:46 +00:00 |
Alexandre Julliard
|
cf52644a1c
|
Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.
|
2003-09-10 03:56:47 +00:00 |
Francois Gouget
|
ae50013017
|
Fix the case of product and company names.
|
2003-09-08 19:38:45 +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 |
Steven Edwards
|
6af30d6994
|
Split win16/32 support.
|
2003-08-23 23:18:13 +00:00 |
Francois Gouget
|
9591836ffb
|
'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
|
2003-06-18 19:45:22 +00:00 |
Steven Edwards
|
d8b97af8f5
|
Split Win16/32 setupapi device installer support.
|
2003-06-16 19:40:53 +00:00 |
Francois Gouget
|
61aac4eaa1
|
Fix some typos.
|
2003-06-04 20:29:05 +00:00 |
Aric Stewart
|
b5d318460d
|
Respect the version SP_COPY flags when installing files.
Make GenInstall16 only copy files if the version is new or same.
|
2003-05-19 18:52:16 +00:00 |
Huw Davies
|
565b92b042
|
Implement a load of setupx Di* stubs.
|
2003-05-13 22:16:53 +00:00 |
Huw Davies
|
0704955ca4
|
Use strtoulW instead of strtolW for DWORD conversion.
|
2003-05-13 22:16:11 +00:00 |
Francois Gouget
|
f803e2a92d
|
Fix miscellaneous spelling errors and typos.
|
2003-05-13 00:41:57 +00:00 |
Uwe Bonnes
|
5eb88a08a2
|
Added some stubs.
|
2003-04-02 23:19:14 +00:00 |
Andreas Mohr
|
114b667f41
|
Some spelling and formatting fixes.
|
2003-04-02 01:23:43 +00:00 |
Alexandre Julliard
|
e048adab83
|
List 16-bit spec files explicitly to avoid problems with some versions
of make.
|
2003-03-23 20:00:02 +00:00 |
Alexandre Julliard
|
114a31a2a8
|
Take advantage of new winebuild syntax to remove redundant function
names in spec files.
|
2003-03-20 03:53:12 +00:00 |
Tony Lambregts
|
2e24a148bf
|
Replace DPRINTF with TRACE.
|
2003-03-15 00:12:42 +00:00 |
Alexandre Julliard
|
7e92c9af7b
|
Replaced most uses of the auto-generated glue code by explicit calls
to WOWCallback16Ex.
|
2003-02-27 21:09:45 +00:00 |
Robert Shearman
|
bda22de541
|
- Add some stubs.
- Implement kernel32.FatalExit.
|
2003-01-13 20:44:13 +00:00 |
Alexandre Julliard
|
dbf8b78acd
|
Added .spec.def files.
|
2002-12-12 22:04:04 +00:00 |
Francois Gouget
|
d2667a4ce3
|
Removed unnecessary HANDLE typecasts.
|
2002-12-02 18:10:57 +00:00 |
Dmitry Timoshkov
|
601a3abec1
|
Fix some types and function prototypes according to Platform SDK
definitions.
|
2002-10-31 01:04:39 +00:00 |