Francois Gouget
|
e8c2ac2d9d
|
Added a test for GetLongPathNameA("c:").
Added a test for GetFullPathNameA("c:").
Fix a number of messages that referred to GetLongPathName instead of
GetFullPathName.
|
2003-05-13 22:30:38 +00:00 |
|
Francois Gouget
|
fe0bae39e0
|
Added version information.
|
2003-05-13 22:26:09 +00:00 |
|
Aric Stewart
|
6d5cd45894
|
Stub AddPortA.
|
2003-05-13 22:25:12 +00:00 |
|
Mike McCormack
|
0e3425d37d
|
Fixed packing/unpacking of WM_WININICHANGE.
|
2003-05-13 22:23:44 +00:00 |
|
Ulrich Czekalla
|
0ea140da97
|
Partial implementation/stub of undocumented function shell32.256.
|
2003-05-13 22:20:13 +00:00 |
|
Huw Davies
|
663dbc963f
|
Pass correct pointer to CoCreateInstance in SHLoadInProc.
|
2003-05-13 22:19:01 +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 |
|
Dmitry Timoshkov
|
1eb2c05070
|
Remove redundant ITypeLib2_AddRef's. Makes
LoadTypeLib/ITypeLib2_Release work.
|
2003-05-13 22:15:26 +00:00 |
|
Mike McCormack
|
cf983e9a7f
|
Added stub for OleDoAutoConvert.
|
2003-05-13 22:14:30 +00:00 |
|
Aric Stewart
|
97820bc6ef
|
Implemented a number of IMM functions.
Create a default HWND to process WM_IME messages.
|
2003-05-13 22:12:24 +00:00 |
|
Huw Davies
|
e3924140ca
|
Better handling of OFN_NOVALIDATE for win31 style file dialogs.
|
2003-05-13 22:06:34 +00:00 |
|
Ulrich Czekalla
|
535e0f6238
|
Fixed bad non-client calculation.
|
2003-05-13 22:05:50 +00:00 |
|
Huw Davies
|
89e2766fc7
|
Fix DTM_SETSYSTEMTIME.
Make the show/hide button actually do something.
Add support for the 'yyyy' format.
|
2003-05-13 22:04:40 +00:00 |
|
Alexandre Julliard
|
18ae9b3da6
|
Fixed some string overflows.
|
2003-05-13 04:49:15 +00:00 |
|
Alexandre Julliard
|
2bed48d7cd
|
Added iphlpapi.spec.def.
|
2003-05-13 04:48:49 +00:00 |
|
Dimitrie O. Paun
|
4ca5685c9c
|
Make sure winsock.h gets included before stdlib.h.
|
2003-05-13 04:48:23 +00:00 |
|
Dimitrie O. Paun
|
34766a1928
|
Fix a few style issues.
|
2003-05-13 04:48:11 +00:00 |
|
Eric Pouech
|
6c9a08099d
|
Listed recently added sections' types (resource, tls) for dumping to
usage strings.
Fixed some header size testing.
|
2003-05-13 04:47:53 +00:00 |
|
Eric Pouech
|
4446b15c3f
|
Quiet some valgrind reports.
|
2003-05-13 04:47:11 +00:00 |
|
Eric Pouech
|
cd0f2bcfdd
|
Added a set of tests for the console API.
|
2003-05-13 04:46:54 +00:00 |
|
Eric Pouech
|
d3446a441b
|
Fixed console output for non wrapped mode.
|
2003-05-13 04:46:24 +00:00 |
|
Eric Pouech
|
f06a996a07
|
Enhanced test for queries, added tests for expansion.
|
2003-05-13 04:46:05 +00:00 |
|
Eric Pouech
|
b124fa9617
|
Implemented RtlExpandEnvironmentStrings_U and fixed an incorrect
behavior in RtlQueryEnvironmentString.
|
2003-05-13 04:45:50 +00:00 |
|
Dimitrie O. Paun
|
ddefb91fe6
|
Ignore -mthreads, it's not needed in Unix.
|
2003-05-13 04:44:58 +00:00 |
|
Andreas Mohr
|
3d8bf3b0a3
|
Added some stubs needed for Win98 explorer.exe.
|
2003-05-13 04:44:39 +00:00 |
|
Juan Lang
|
6dae7c2da8
|
Changed wsock32 to use the new iphlpapi for interface and route
enumeration in WsControl.
|
2003-05-13 04:44:14 +00:00 |
|
Juan Lang
|
090f5974b8
|
Use iphlpapi to implement SIO_GET_INTERFACE_LIST in WSAIoctl, and
corrects iiFlags entry in the returned interface list.
|
2003-05-13 04:43:44 +00:00 |
|
Alexandre Julliard
|
0ae5c5fce8
|
Use int instead of socklen_t.
|
2003-05-13 03:38:19 +00:00 |
|
Vitaliy Margolen
|
11c534f6cf
|
Fix problem with capturing [return] keys in multi-line edits.
|
2003-05-13 03:37:24 +00:00 |
|
Vitaliy Margolen
|
32eb1c7354
|
Get rid of direct ImageList access hacks.
|
2003-05-13 03:36:54 +00:00 |
|
Vitaliy Margolen
|
e43edbd557
|
Rearrange members of HIMAGELIST to match Windows.
Reuse image and mask DCs.
|
2003-05-13 03:36:27 +00:00 |
|
Pierre d'Herbemont
|
ed3417e349
|
- Save more registers (exception, float...) if they are defined.
- Add Mac OS X signal support.
|
2003-05-13 03:35:01 +00:00 |
|
Juan Lang
|
38fa5ad1bc
|
Added an implementation of iphlpapi.dll; most Get* functions
introduced through Win98 are included.
|
2003-05-13 03:32:20 +00:00 |
|
Alexandre Julliard
|
e15aadd58a
|
Allocate/free the 16-bit thread stack in the kernel dll init routine.
|
2003-05-13 00:49:49 +00:00 |
|
Alexandre Julliard
|
fde5ab17f9
|
Reset signal handlers when starting child process.
|
2003-05-13 00:45:44 +00:00 |
|
Francois Gouget
|
f803e2a92d
|
Fix miscellaneous spelling errors and typos.
|
2003-05-13 00:41:57 +00:00 |
|
Dimitrie O. Paun
|
d93f0814aa
|
Add prototype for __WSAFDIsSet. Fix syntax error.
|
2003-05-13 00:37:36 +00:00 |
|
Robert Shearman
|
98747abd75
|
- Implement a few more cases in PropVariantClear.
- Partially implement PropVariantCopy.
- Implement FreePropVariantArray.
|
2003-05-13 00:32:43 +00:00 |
|
Marcus Meissner
|
f536a019d0
|
Added 2 more InstallShield temporary exes for Desktop Mode.
|
2003-05-13 00:30:49 +00:00 |
|
Eric Pouech
|
9401ec5a43
|
Support 14 and 15 arguments in WOW_CallProc32W16.
|
2003-05-13 00:30:32 +00:00 |
|
Robert Shearman
|
c00aa9985a
|
Fix use of freed memory.
|
2003-05-13 00:30:10 +00:00 |
|
Francois Gouget
|
2ec955c93f
|
Change the #include order so the test compiles with the MSVC headers.
Fix a few signed/unsigned warnings.
|
2003-05-13 00:29:34 +00:00 |
|
Francois Gouget
|
617cf92602
|
library/Makefile.in and unicode/Makefile.in don't exist anymore.
|
2003-05-13 00:29:09 +00:00 |
|
Dimitrie O. Paun
|
7864f3b9b3
|
Small debug channel cleanup.
|
2003-05-13 00:28:43 +00:00 |
|
Robert Shearman
|
8e3bb615a0
|
Fix NULL pointer error when displaying error message about missing
forwarded export.
|
2003-05-13 00:28:25 +00:00 |
|
Alexandre Julliard
|
8f55ac51fb
|
Commented out the new win98 exports, they are causing trouble.
|
2003-05-12 03:34:00 +00:00 |
|
Aric Stewart
|
3de90d99b7
|
RtlUnicodeToMultiByteSize argument is not a null terminated string,
use 'ptr'.
|
2003-05-12 03:32:56 +00:00 |
|
Dmitry Timoshkov
|
7baa67cbcb
|
Added missing return in HEAP_ValidateInUseArena.
|
2003-05-12 03:32:07 +00:00 |
|
Mike McCormack
|
0bfa31ee6f
|
Implemented _wfullpath.
|
2003-05-12 03:31:16 +00:00 |
|