Eric Pouech
|
ec1ece111a
|
Fixed segstr to str proto.
|
2000-12-01 20:46:23 +00:00 |
Alexandre Julliard
|
ac7efef3b5
|
Changed GetProcAddress16 and 16-bit resource functions to take normal
pointers instead of SEGPTRs.
Removed WIN16_GetTempDrive.
|
2000-11-27 21:54:01 +00:00 |
Alexandre Julliard
|
39b3195ce6
|
Added entry point flags -noimport, -norelay, -ret64 and -i386.
Replaced 'byte', 'word' and 'long' by 'variable' and made it work for
Win32 too.
Made parser more robust against truncated files.
|
2000-11-26 04:31:48 +00:00 |
Alexandre Julliard
|
ab687979fd
|
Moved standard syslevel APIs declaration to winbase.h.
Use exported syslevel function wherever possible.
Moved SEGPTR declaration to windef16.h.
|
2000-11-15 23:41:46 +00:00 |
Alexandre Julliard
|
0a8114c152
|
Raise an exception for unimplemented 16-bit entry points too.
Added check for duplicate names in 16-bit spec files.
|
2000-11-12 03:45:55 +00:00 |
Andreas Mohr
|
04a8eda985
|
Implemented old Win 2.x string functions.
|
2000-10-17 00:27:47 +00:00 |
Alexandre Julliard
|
350c04b516
|
Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
Marcus Meissner).
|
2000-08-25 22:00:06 +00:00 |
Alexandre Julliard
|
691171b8e6
|
Small dll interfaces cleanups.
|
2000-08-08 20:49:16 +00:00 |
Alexandre Julliard
|
3850c1ae16
|
Moved most USER string functions to dlls/user.
Cleaned up a few more inter-dll dependencies.
|
2000-08-06 02:42:46 +00:00 |
Alexandre Julliard
|
76d3671bee
|
Added 'owner' field to 16-bit spec files to specify the name of the
32-bit dll that contains it.
|
2000-07-28 00:07:18 +00:00 |
Andreas Mohr
|
20b87c06eb
|
CallProcEx32W should be named _CallProcEx32W.
|
2000-06-24 13:34:07 +00:00 |
Andreas Mohr
|
22752323c5
|
Added more ordinals to KERNEL, GDI, USER and system drivers
(Windows 1.1, 2.0).
|
2000-06-23 17:10:50 +00:00 |
Alexandre Julliard
|
f7bf7ef7b4
|
Rewrote codepage support to use the new codepage tables.
|
2000-06-10 04:42:33 +00:00 |
Dimitrie O. Paun
|
36b5b6b9f4
|
Start to separate KERNEL out of libwine.
|
2000-06-03 00:07:44 +00:00 |