Commit Graph

31556 Commits

Author SHA1 Message Date
Francois Gouget 3baffa3979 include/usp10.h: Add missing include directives. 2006-11-09 14:33:24 +01:00
Francois Gouget 041df966d4 include/oledlg.h: Add missing include directives. 2006-11-09 14:33:22 +01:00
Francois Gouget 8a2b4026b9 include/dshow.h: Add missing include directives. 2006-11-09 14:33:19 +01:00
Francois Gouget 56f7209a94 include: Add missing include directives to d3d8.h and d3d9.h. 2006-11-09 14:33:16 +01:00
Francois Gouget eab56a5abd include: The PSDK headers don't define WM_SYSTIMER so we shouldn't either. 2006-11-09 14:33:13 +01:00
Hwang YunSong(황윤성) aba0d45024 localspl: Added Korean resource. 2006-11-09 14:33:02 +01:00
Detlef Riekenberg ca86c76c85 winspool/tests: Add tests for ConfigurePort. 2006-11-09 12:49:02 +01:00
Detlef Riekenberg 6d88e4352b winspool: Implement ConfigurePortA. 2006-11-09 12:48:44 +01:00
Detlef Riekenberg a44e0ac6e3 winspool: Implement ConfigurePortW. 2006-11-09 12:48:33 +01:00
Markus Amsler 7cbf2a38cb d3d8: Backport volume tests. 2006-11-09 12:45:16 +01:00
Markus Amsler ede4b06443 d3d8: Backport IDirect3DVolume9Impl_GetContainer. 2006-11-09 12:45:03 +01:00
Markus Amsler 019bf2eabd d3d8: Backport texture tests. 2006-11-09 12:44:54 +01:00
Markus Amsler 75d6d6203b d3d8: Backport missing device tests. 2006-11-09 12:44:39 +01:00
Markus Amsler bef60f1dfc d3d8: Backport null pointer check in SetCursorProperties. 2006-11-09 12:44:22 +01:00
Eric Pouech d1737cc24b winmm: Plug a memory leak. 2006-11-09 12:24:54 +01:00
Eric Pouech 3026d8844c ole32: Don't use PropVariantClear to setup an unitialized variant. 2006-11-09 12:24:46 +01:00
Eric Pouech 8f2b479461 msi: Don't call PropVariantClear on uninitialized variants. 2006-11-09 12:24:24 +01:00
Eric Pouech ab9fd793ce kernel32: Changed encoding for Divehi (which has a 639-1 enconding). 2006-11-09 12:23:33 +01:00
Eric Pouech 6e022a3a28 comctl32: header: fix bug found out by running valgrind on the regression tests. 2006-11-09 12:23:20 +01:00
Alexandre Julliard 63ca94c419 kernel32: Fixed buffer overrun in get_registry_locale_info. 2006-11-09 12:03:21 +01:00
Mike McCormack 6987a4b453 user32: Downgrade a FIXME to a WARN. 2006-11-09 11:44:45 +01:00
Mike McCormack f23ab81738 comctl32: Downgrade an ERR to a WARN. 2006-11-09 11:44:42 +01:00
Mike McCormack f76d3c259c gdi32: Downgrade a FIXME to a WARN. 2006-11-09 11:44:40 +01:00
Eric Pouech 2f540b8602 winmm: Remove WINE_NO_LONG_AS_INT. 2006-11-09 11:44:30 +01:00
Alex Villacís Lasso 64410e5907 oleaut32: typelib - fix regression in MSFT typelib parsing. 2006-11-09 10:44:13 +01:00
Michael Stefaniuc 6bf97313bc rpcrt4/tests: Fix the warnings introduced by the "unsigned long" to "ULONG" header changes. 2006-11-09 10:43:45 +01:00
Michael Stefaniuc 9d625ad0e4 oleaut32: Fix the warnings introduced by the "unsigned long" to "ULONG" header changes. 2006-11-09 10:43:41 +01:00
Michael Stefaniuc 22befac97e ole32: Fix the warnings introduced by the "unsigned long" to "ULONG" header changes. 2006-11-09 10:43:38 +01:00
Michael Stefaniuc 9023bc0d13 rpcndr.h: Use ULONG/LONG/DWORD for Win64 compatibility instead of unsigned long/long. 2006-11-09 10:43:32 +01:00
Michael Stefaniuc cc234847d0 widl: Use ULONG instead of unsigned long when generating declarations for *_UserFree() functions. This is needed for Win64 compatibility. 2006-11-09 10:43:23 +01:00
Michael Stefaniuc 6f95047034 widl: Use ULONG instead of unsigned long when generating declarations for *_UserUnMarshal() functions. This is needed for Win64 compatibility. 2006-11-09 10:43:20 +01:00
Michael Stefaniuc 05b1aac100 widl: Use ULONG instead of unsigned long when generating declarations for *_UserMarshal() functions. This is needed for Win64 compatibility. 2006-11-09 10:43:16 +01:00
Michael Stefaniuc 177aaf6738 widl: Use ULONG instead of unsigned long when generating declarations for *_UserSize() functions. This is needed for Win64 compatibility. 2006-11-09 10:43:12 +01:00
Kai Blin 1360339422 secur32: Implement ntlmv2 signing. 2006-11-09 10:39:20 +01:00
Kai Blin 78bcfdfce6 secur32: MD5 functions are WINAPI. 2006-11-09 10:39:09 +01:00
Rob Shearman 0345a578b5 rpcrt4: For TCP endpoints, bind to all the address and ports that getaddrinfo for the machine. 2006-11-09 10:37:29 +01:00
Rob Shearman 034eaa1cad rpcrt4: Use MaxCalls from the protseq when determining the backlog length to pass in to listen. 2006-11-09 10:37:15 +01:00
Rob Shearman 34577de406 rpcrt4: The error code RPC_S_SERVER_UNAVAILABLE doesn't make much sense on the server side
so replace it with some more appropriate endpoint error codes.
2006-11-09 10:37:07 +01:00
Rob Shearman 8b6c30ab4b rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the protseq server thread.
This allows errors to be returned to the caller and to create more than 
one connection for an endpoint.
2006-11-09 10:36:47 +01:00
Rob Shearman 433993eed7 include: Add RPC/DCE defines and structures related to RPC_SECURITY_QOS_V2. 2006-11-09 10:36:42 +01:00
Peter Oberndorfer a39f3da5fc dbghelp: Do not write to array element -1. 2006-11-09 10:36:35 +01:00
James Hawkins fa8fc1628a msi: Add support for continuous cabinets. 2006-11-09 10:36:21 +01:00
James Hawkins 6d537a311f msi: Extract cabinets in ACTION_InstallFiles. ready_media is for finding and loading medi. 2006-11-09 10:36:11 +01:00
James Hawkins d21e1cc05b msi: Move the file sequence check out of ready_media_info to avoid an unnecessary function call. 2006-11-09 10:35:59 +01:00
James Hawkins 6ef6512938 msi: Factor out load_media_info from ready_media_for_file. 2006-11-09 10:35:49 +01:00
James Hawkins a621c2a661 msi: Use disk_prompt from the media_info structure instead of passing an extra parameter to msi_change_media. 2006-11-09 10:35:38 +01:00
James Hawkins 9d899129bf msi: Only add text to the scroll control if text is provided. 2006-11-09 10:35:07 +01:00
Alexandre Julliard df51cf5c83 ntdll: Re-add sys/ioctl.h that got lost in the PeekNamedPipe move. 2006-11-09 09:18:43 +01:00
Dmitry Timoshkov ecdfa08364 kernel32: Add basic OpenProcess test. 2006-11-08 20:16:12 +01:00
Dmitry Timoshkov 8120dea049 include: Add the PROCESS_SUSPEND_RESUME definition. 2006-11-08 20:16:06 +01:00