wine
15 years agowidl: Move funcs and stmts fields from type_t structure to module_details and functio...
Rob Shearman [Mon, 5 Jan 2009 23:33:27 +0000 (23:33 +0000)] 
widl: Move funcs and stmts fields from type_t structure to module_details and function_details.

15 years agowidl: Do the consistency checks on interfaces after parsing is complete.
Rob Shearman [Mon, 5 Jan 2009 23:33:19 +0000 (23:33 +0000)] 
widl: Do the consistency checks on interfaces after parsing is complete.

15 years agoinkobj: Declare a variable static.
Andrew Talbot [Mon, 5 Jan 2009 22:14:22 +0000 (22:14 +0000)] 
inkobj: Declare a variable static.

15 years agorichedit: Avoid rewrapping all text for isolated format changes.
Dylan Smith [Mon, 5 Jan 2009 18:14:41 +0000 (13:14 -0500)] 
richedit: Avoid rewrapping all text for isolated format changes.

When the character or paragraph format is changed the paragraph that
is changed is already marked to be rewrapped, so ME_MarkAllForWrapping
shouldn't be called.  Since ME_RewrapRepaint uses this function, it
shouldn't be called in these circumstances, since rewrapping all the
text can cause noticable delays when working with a lot of text.

15 years agorichedit: Prevent redundant rewraps when scrollbar is shown.
Dylan Smith [Mon, 5 Jan 2009 18:14:31 +0000 (13:14 -0500)] 
richedit: Prevent redundant rewraps when scrollbar is shown.

A common case for richedit controls are that a large amount of text is
set initially with word wrap enabled.  This causes the initially
wrapping of the text, which also calculates the text length.  After
this the vertical scrollbar will be shown, which causes the text to be
rewrapped again.  After this there are two redundant rewraps that are
done which this patch eliminates.

15 years agorichedit: Scroll up with less than page of text with ES_DISABLENOSCROLL.
Dylan Smith [Mon, 5 Jan 2009 18:14:18 +0000 (13:14 -0500)] 
richedit: Scroll up with less than page of text with ES_DISABLENOSCROLL.

15 years agowinebuild: Improve the calling sequence for register functions.
Alexandre Julliard [Tue, 6 Jan 2009 11:51:18 +0000 (12:51 +0100)] 
winebuild: Improve the calling sequence for register functions.

Pass parameters on the stack instead of retrieving them from the code
stream; this ensures that the code contains only valid instructions.

15 years agokernel32: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead...
Alexandre Julliard [Tue, 6 Jan 2009 11:49:38 +0000 (12:49 +0100)] 
kernel32: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of a size.

Also assume that all register functions are stdcall.

15 years agontdll: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of...
Alexandre Julliard [Tue, 6 Jan 2009 11:49:18 +0000 (12:49 +0100)] 
ntdll: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of a size.

Also assume that all register functions are stdcall.

15 years agowined3d: Convert textureState to a bitmap in struct SAVEDSTATES.
Henri Verbeet [Tue, 6 Jan 2009 10:43:45 +0000 (11:43 +0100)] 
wined3d: Convert textureState to a bitmap in struct SAVEDSTATES.

15 years agowined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum elements.
Henri Verbeet [Tue, 6 Jan 2009 10:43:45 +0000 (11:43 +0100)] 
wined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum elements.

Saves some space by not having unused entries is the arrays tracking these
states.

15 years agod3d: Explicitly translate texture stage states.
Henri Verbeet [Tue, 6 Jan 2009 10:43:45 +0000 (11:43 +0100)] 
d3d: Explicitly translate texture stage states.

Ddraw and d3d8 already translate half of them, it turns out the lookup
table actually saves lines there.

15 years agoddraw: Properly handle sampler states.
Henri Verbeet [Tue, 6 Jan 2009 10:43:44 +0000 (11:43 +0100)] 
ddraw: Properly handle sampler states.

15 years agod3d9: Don't test invalid texture stages.
Henri Verbeet [Tue, 6 Jan 2009 10:43:44 +0000 (11:43 +0100)] 
d3d9: Don't test invalid texture stages.

15 years agosfc: Add a stub implementation for ordinal 3.
Hans Leidekker [Tue, 6 Jan 2009 07:34:08 +0000 (08:34 +0100)] 
sfc: Add a stub implementation for ordinal 3.

15 years agosfc: Add missing exports.
Hans Leidekker [Tue, 6 Jan 2009 07:33:52 +0000 (08:33 +0100)] 
sfc: Add missing exports.

15 years agorichedit: Use 32-bit rather than 16-bit trackbar value for scrolling.
Dylan Smith [Tue, 6 Jan 2009 05:34:28 +0000 (00:34 -0500)] 
richedit: Use 32-bit rather than 16-bit trackbar value for scrolling.

15 years agoinclude: Change mapi.h to use ULONG for Win64 compatibility.
Michael Stefaniuc [Mon, 5 Jan 2009 23:09:23 +0000 (00:09 +0100)] 
include: Change mapi.h to use ULONG for Win64 compatibility.

15 years agoinclude: Change twain.h to use LONG/ULONG for Win64 compatibility.
Michael Stefaniuc [Mon, 5 Jan 2009 23:09:48 +0000 (00:09 +0100)] 
include: Change  twain.h to use LONG/ULONG for Win64 compatibility.

Also fix the compiler warnings introduced by this change.

15 years agoinclude: Change mapix.h to use ULONG for Win64 compatibility.
Michael Stefaniuc [Mon, 5 Jan 2009 23:09:33 +0000 (00:09 +0100)] 
include: Change mapix.h to use ULONG for Win64 compatibility.

15 years agoinclude: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility.
Michael Stefaniuc [Mon, 5 Jan 2009 23:09:12 +0000 (00:09 +0100)] 
include: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility.

15 years agoinclude: sspi.h: Use the Win types as per MSDN.
Michael Stefaniuc [Mon, 5 Jan 2009 23:06:04 +0000 (00:06 +0100)] 
include: sspi.h: Use the Win types as per MSDN.

This improves the Win64 compatibility.

15 years agoinclude: Use ULONG instead of unsigned long in ipexport.h.
Michael Stefaniuc [Mon, 5 Jan 2009 23:05:25 +0000 (00:05 +0100)] 
include: Use ULONG instead of unsigned long in ipexport.h.

Fix also the compiler warnings introduced by this change.

15 years agocrypt32: Use specified inner content type for signed messages when it's given.
Juan Lang [Mon, 5 Jan 2009 22:33:22 +0000 (14:33 -0800)] 
crypt32: Use specified inner content type for signed messages when it's given.

15 years agocrypt32: Implement CryptMsgSignCTL.
Juan Lang [Mon, 5 Jan 2009 21:34:57 +0000 (13:34 -0800)] 
crypt32: Implement CryptMsgSignCTL.

15 years agocrypt32: Implement CryptMsgEncodeAndSignCTL on top of CryptMsgSignCTL.
Juan Lang [Mon, 5 Jan 2009 21:34:35 +0000 (13:34 -0800)] 
crypt32: Implement CryptMsgEncodeAndSignCTL on top of CryptMsgSignCTL.

15 years agocrypt32: Add stub for CryptMsgSignCTL.
Juan Lang [Mon, 5 Jan 2009 21:33:45 +0000 (13:33 -0800)] 
crypt32: Add stub for CryptMsgSignCTL.

15 years agocrypt32: Add stub for CryptMsgEncodeAndSignCTL.
Juan Lang [Mon, 5 Jan 2009 21:33:13 +0000 (13:33 -0800)] 
crypt32: Add stub for CryptMsgEncodeAndSignCTL.

15 years agooleaut32: Check pointer in IPicture_get_Attributes.
Nikolay Sivov [Mon, 5 Jan 2009 21:40:07 +0000 (00:40 +0300)] 
oleaut32: Check pointer in IPicture_get_Attributes.

15 years agooleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture_get_Attributes.
Nikolay Sivov [Mon, 5 Jan 2009 21:25:43 +0000 (00:25 +0300)] 
oleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture_get_Attributes.

15 years agocmd: Make some functions static.
Francois Gouget [Mon, 5 Jan 2009 18:58:16 +0000 (19:58 +0100)] 
cmd: Make some functions static.

15 years agocmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
Francois Gouget [Mon, 5 Jan 2009 18:58:01 +0000 (19:58 +0100)] 
cmd: WCMD_strtrim_trailing_spaces() is unused so remove it.

15 years agocmd: Make WCMD_ask_confirm() static.
Francois Gouget [Mon, 5 Jan 2009 18:57:31 +0000 (19:57 +0100)] 
cmd: Make WCMD_ask_confirm() static.

15 years agowinemine: Make some functions static.
Francois Gouget [Mon, 5 Jan 2009 18:58:22 +0000 (19:58 +0100)] 
winemine: Make some functions static.

15 years agoexplorer: Quiet a few fixmes.
Vincent Povirk [Mon, 5 Jan 2009 16:39:06 +0000 (10:39 -0600)] 
explorer: Quiet a few fixmes.

15 years agomshtml: Fixed IOmNavigator::get_platform for win64 platform.
Jacek Caban [Mon, 5 Jan 2009 17:17:50 +0000 (18:17 +0100)] 
mshtml: Fixed IOmNavigator::get_platform for win64 platform.

15 years agomshtml: Added IDispatchEx support to HTMLLocation object.
Jacek Caban [Mon, 5 Jan 2009 17:17:36 +0000 (18:17 +0100)] 
mshtml: Added IDispatchEx support to HTMLLocation object.

15 years agoadvapi32/tests: Fix two test failures on Vista and W2K8.
Paul Vriens [Mon, 5 Jan 2009 16:51:46 +0000 (17:51 +0100)] 
advapi32/tests: Fix two test failures on Vista and W2K8.

15 years agoSync documentation/README.de.
Gerald Pfeifer [Mon, 5 Jan 2009 12:35:42 +0000 (13:35 +0100)] 
Sync documentation/README.de.

15 years agoupdspapi: Added an updspapi implementation that forwards to setupapi.
Alexandre Julliard [Mon, 5 Jan 2009 19:28:06 +0000 (20:28 +0100)] 
updspapi: Added an updspapi implementation that forwards to setupapi.

15 years agosetupapi/tests: Added some tests for SetupEnumInfSectionsA/W.
Alexandre Julliard [Mon, 5 Jan 2009 19:27:06 +0000 (20:27 +0100)] 
setupapi/tests: Added some tests for SetupEnumInfSectionsA/W.

15 years agosetupapi: Implemented SetupEnumInfSectionsA/W.
Alexandre Julliard [Mon, 5 Jan 2009 19:26:50 +0000 (20:26 +0100)] 
setupapi: Implemented SetupEnumInfSectionsA/W.

15 years agomscms/tests: Pass correct device name to AssociateColorProfileWithDevice().
Ge van Geldorp [Sun, 4 Jan 2009 15:23:47 +0000 (16:23 +0100)] 
mscms/tests: Pass correct device name to AssociateColorProfileWithDevice().

15 years agowininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and ..._CONNECTION_CLOSED callback...
Ge van Geldorp [Mon, 5 Jan 2009 00:00:09 +0000 (01:00 +0100)] 
wininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and  ..._CONNECTION_CLOSED callbacks can appear after ..._REQUEST_COMPLETE.

15 years agosetupapi: Add stubs for pSetupInstallCatalog and pSetupVerifyCatalogFile.
Hans Leidekker [Mon, 5 Jan 2009 15:00:42 +0000 (16:00 +0100)] 
setupapi: Add stubs for pSetupInstallCatalog and pSetupVerifyCatalogFile.

15 years agowinhttp: Set last error for invalid URLs passed to WinHttpCrackUrl.
Hans Leidekker [Mon, 5 Jan 2009 15:00:02 +0000 (16:00 +0100)] 
winhttp: Set last error for invalid URLs passed to WinHttpCrackUrl.

15 years agoshell32/tests: Fix some test failures on Vista and W2K8.
Paul Vriens [Mon, 5 Jan 2009 14:17:04 +0000 (15:17 +0100)] 
shell32/tests: Fix some test failures on Vista and W2K8.

15 years agoinclude: Fix 64-bit sign extension in the MAKEWPARAM/LPARAM macros.
Alexandre Julliard [Mon, 5 Jan 2009 15:08:17 +0000 (16:08 +0100)] 
include: Fix 64-bit sign extension in the MAKEWPARAM/LPARAM macros.

15 years agojscript/tests: Don't crash if we fail to get the IActiveScriptParse interface.
Alexandre Julliard [Mon, 5 Jan 2009 14:50:36 +0000 (15:50 +0100)] 
jscript/tests: Don't crash if we fail to get the IActiveScriptParse interface.

15 years agoinclude: Fix the PROCESS_MEMORY_COUNTERS structure definition for Win64.
Alexandre Julliard [Mon, 5 Jan 2009 14:44:53 +0000 (15:44 +0100)] 
include: Fix the PROCESS_MEMORY_COUNTERS structure definition for Win64.

15 years agocrypt32/tests: Fix handle size in CERT_KEY_PROV_HANDLE_PROP_ID for Win64.
Alexandre Julliard [Mon, 5 Jan 2009 14:44:37 +0000 (15:44 +0100)] 
crypt32/tests: Fix handle size in CERT_KEY_PROV_HANDLE_PROP_ID for Win64.

15 years agoole32/tests: Fix a structure size check for Win64.
Alexandre Julliard [Mon, 5 Jan 2009 14:37:48 +0000 (15:37 +0100)] 
ole32/tests: Fix a structure size check for Win64.

15 years agomshtml/tests: Fix the platform test for Win64.
Alexandre Julliard [Mon, 5 Jan 2009 14:37:39 +0000 (15:37 +0100)] 
mshtml/tests: Fix the platform test for Win64.

15 years agourlmon/tests: Fix an uninitialized variable check for Win64.
Alexandre Julliard [Mon, 5 Jan 2009 14:20:15 +0000 (15:20 +0100)] 
urlmon/tests: Fix an uninitialized variable check for Win64.

15 years agoshdocvw/tests: Fix test failures on XP SP2 and higher.
Paul Vriens [Mon, 5 Jan 2009 12:11:26 +0000 (13:11 +0100)] 
shdocvw/tests: Fix test failures on XP SP2 and higher.

15 years agod3d8/tests: Fix a test failure on VMware and VirtualBox.
Paul Vriens [Mon, 5 Jan 2009 11:46:05 +0000 (12:46 +0100)] 
d3d8/tests: Fix a test failure on VMware and VirtualBox.

15 years agocomctl32/tests: Fix title bar tests for non-English locales.
Ge van Geldorp [Sun, 4 Jan 2009 15:20:56 +0000 (16:20 +0100)] 
comctl32/tests: Fix title bar tests for non-English locales.

15 years agodxdiaxgn: Implemented retrieval of szDeviceIdentifier property.
Markus Weiland [Sat, 3 Jan 2009 17:22:51 +0000 (12:22 -0500)] 
dxdiaxgn: Implemented retrieval of szDeviceIdentifier property.

15 years agoinclude: Add more definitions to winuser.rh.
Andrey Turkin [Mon, 5 Jan 2009 01:54:05 +0000 (04:54 +0300)] 
include: Add more definitions to winuser.rh.

15 years agomsvcrt: Fix the time_t definition for the msvcrt build.
Alexandre Julliard [Mon, 5 Jan 2009 14:07:53 +0000 (15:07 +0100)] 
msvcrt: Fix the time_t definition for the msvcrt build.

15 years agowined3d: Remove unused enum elements from WINED3DTEXTURESTAGESTATETYPE.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)] 
wined3d: Remove unused enum elements from WINED3DTEXTURESTAGESTATETYPE.

15 years agod3d9: Remove d3d8 enum elements from D3DTEXTURESTAGESTATETYPE.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)] 
d3d9: Remove d3d8 enum elements from D3DTEXTURESTAGESTATETYPE.

15 years agowined3d: Convert samplerState to a bitmap in struct SAVEDSTATES.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)] 
wined3d: Convert samplerState to a bitmap in struct SAVEDSTATES.

15 years agowined3d: Convert renderState to a bitmap in struct SAVEDSTATES.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)] 
wined3d: Convert renderState to a bitmap in struct SAVEDSTATES.

15 years agowined3d: Convert transform to a bitmap in struct SAVEDSTATES.
Henri Verbeet [Mon, 5 Jan 2009 09:10:16 +0000 (10:10 +0100)] 
wined3d: Convert transform to a bitmap in struct SAVEDSTATES.

15 years agowinex11: Indicate that dmDisplayFlags is also initialized.
Dmitry Timoshkov [Mon, 5 Jan 2009 09:53:50 +0000 (17:53 +0800)] 
winex11: Indicate that dmDisplayFlags is also initialized.

15 years agowininet: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Mon, 5 Jan 2009 11:40:39 +0000 (12:40 +0100)] 
wininet: Use ~0u instead of ~0ul for DWORD values.

15 years agowinhttp: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Mon, 5 Jan 2009 11:40:34 +0000 (12:40 +0100)] 
winhttp: Use ~0u instead of ~0ul for DWORD values.

15 years agowldap32: Use ~0u instead of ~0ul for DWORD values.
Alexandre Julliard [Mon, 5 Jan 2009 11:40:28 +0000 (12:40 +0100)] 
wldap32: Use ~0u instead of ~0ul for DWORD values.

15 years agodinput: Fix pointer cast warnings on 64-bit.
Alexandre Julliard [Mon, 5 Jan 2009 11:39:44 +0000 (12:39 +0100)] 
dinput: Fix pointer cast warnings on 64-bit.

15 years agosetupapi: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Mon, 5 Jan 2009 11:39:13 +0000 (12:39 +0100)] 
setupapi: Add CDECL to the cabinet callback functions.

15 years agocabinet: Add CDECL to the cabinet callback functions.
Alexandre Julliard [Mon, 5 Jan 2009 11:39:02 +0000 (12:39 +0100)] 
cabinet: Add CDECL to the cabinet callback functions.

15 years agocomctl32/tests: Do not cast the IDC_* defines to a LPSTR.
Michael Stefaniuc [Sun, 4 Jan 2009 21:58:57 +0000 (22:58 +0100)] 
comctl32/tests: Do not cast the IDC_* defines to a LPSTR.

15 years agoshell32: Fix typo.
Andrey Turkin [Mon, 5 Jan 2009 01:53:41 +0000 (04:53 +0300)] 
shell32: Fix typo.

15 years agontdll: Add a small test for FPU exceptions.
Henri Verbeet [Sun, 4 Jan 2009 19:38:58 +0000 (20:38 +0100)] 
ntdll: Add a small test for FPU exceptions.

15 years agontdll: Don't throw masked FPU exceptions.
Henri Verbeet [Sun, 4 Jan 2009 19:38:58 +0000 (20:38 +0100)] 
ntdll: Don't throw masked FPU exceptions.

When an FPU exception is masked the appropriate flag in the status
word will still be set, so get_fpu_code() should mask the exception
flags in the status word with the exception flags in the control word.

15 years agontdll: Fix ExceptionAddress for FPU exceptions.
Henri Verbeet [Sun, 4 Jan 2009 19:38:57 +0000 (20:38 +0100)] 
ntdll: Fix ExceptionAddress for FPU exceptions.

ExceptionAddress isn't the same as EIP for FPU exceptions, since the
exception will be thrown on the next FPU instruction, rather than the
instruction that caused the exception.

15 years agokernel32: Fix a compiler warning on non-i386.
Austin English [Sun, 4 Jan 2009 19:24:59 +0000 (13:24 -0600)] 
kernel32: Fix a compiler warning on non-i386.

15 years agoinclude: Change long to LONG in olectl.h for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 13:14:23 +0000 (14:14 +0100)] 
include: Change long to LONG in olectl.h for Win64 compatibility.

15 years agomsi: Change MSIHANDLE to ULONG for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 13:14:15 +0000 (14:14 +0100)] 
msi: Change MSIHANDLE to ULONG for Win64 compatibility.

Also fix the compiler warnings produced by this change.

15 years agolibwine: Ignore format modifiers 'h' and 'l' when formatting a string.
Alexandre Julliard [Mon, 5 Jan 2009 10:58:38 +0000 (11:58 +0100)] 
libwine: Ignore format modifiers 'h' and 'l' when formatting a string.

15 years agontdll: Fix serial.c for linux-2.6.28.
Pavel Troller [Sat, 3 Jan 2009 19:49:30 +0000 (20:49 +0100)] 
ntdll: Fix serial.c for linux-2.6.28.

15 years agorichedit: Mask window id on WM_COMMAND notifications.
Dylan Smith [Sun, 4 Jan 2009 05:29:10 +0000 (00:29 -0500)] 
richedit: Mask window id on WM_COMMAND notifications.

15 years agodinput: Allow for holes in device status structure.
Vitaliy Margolen [Sun, 4 Jan 2009 00:53:22 +0000 (17:53 -0700)] 
dinput: Allow for holes in device status structure.

15 years agoREADME: Make FreeBSD requirements less conservative, only requiring FreeBSD 6.3.
Gerald Pfeifer [Sat, 3 Jan 2009 18:12:50 +0000 (19:12 +0100)] 
README: Make FreeBSD requirements less conservative, only requiring FreeBSD 6.3.

15 years agomshtml: Add missing IHTMLStyle interfaces.
Alistair Leslie-Hughes [Sat, 3 Jan 2009 09:26:01 +0000 (20:26 +1100)] 
mshtml: Add missing IHTMLStyle interfaces.

15 years agontdll: Always set output values in RtlGetDaclSecurityDescriptor.
Andrey Turkin [Sat, 3 Jan 2009 15:35:00 +0000 (18:35 +0300)] 
ntdll: Always set output values in RtlGetDaclSecurityDescriptor.

15 years agoshell32: Add explorer toolbar bitmaps.
Andrey Turkin [Sat, 3 Jan 2009 15:36:00 +0000 (18:36 +0300)] 
shell32: Add explorer toolbar bitmaps.

15 years agouser32: GetUserObjectSecurity should return a valid security descriptor.
Andrey Turkin [Sat, 3 Jan 2009 15:35:18 +0000 (18:35 +0300)] 
user32: GetUserObjectSecurity should return a valid security descriptor.

15 years agolibwine: Fix vsnprintfW string formatting to handle alignment and padding.
Alexandre Julliard [Sun, 4 Jan 2009 13:13:33 +0000 (14:13 +0100)] 
libwine: Fix vsnprintfW string formatting to handle alignment and padding.

Also fix handling of pointer format for 64-bit.

15 years agoriched20/tests: Move the itextServicesStdcallVtbl definition to avoid a compiler...
Alexandre Julliard [Sun, 4 Jan 2009 13:12:50 +0000 (14:12 +0100)] 
riched20/tests: Move the itextServicesStdcallVtbl definition to avoid a compiler warning.

15 years agokernel32/tests: Use the actual name of the exe module in toolhelp tests.
Alexandre Julliard [Sun, 4 Jan 2009 13:12:14 +0000 (14:12 +0100)] 
kernel32/tests: Use the actual name of the exe module in toolhelp tests.

15 years agokernel32/tests: Comment out a couple of heap tests that crash on 64-bit Vista.
Alexandre Julliard [Sun, 4 Jan 2009 13:11:52 +0000 (14:11 +0100)] 
kernel32/tests: Comment out a couple of heap tests that crash on 64-bit Vista.

15 years agomsvcrt/tests: Fix the scanf pointer formatting tests on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:11:08 +0000 (14:11 +0100)] 
msvcrt/tests: Fix the scanf pointer formatting tests on 64-bit.

15 years agomsvcrt/tests: Fix the printf pointer formatting tests on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:11:02 +0000 (14:11 +0100)] 
msvcrt/tests: Fix the printf pointer formatting tests on 64-bit.

15 years agoinclude: Fix the msvcrt time_t definition on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:10:43 +0000 (14:10 +0100)] 
include: Fix the msvcrt time_t definition on 64-bit.

15 years agoinclude: Fix the PROCESSENTRY32 structure on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:10:33 +0000 (14:10 +0100)] 
include: Fix the PROCESSENTRY32 structure on 64-bit.

15 years agoinclude: Fix data structures for processor affinity on 64-bit.
Alexandre Julliard [Sun, 4 Jan 2009 13:10:20 +0000 (14:10 +0100)] 
include: Fix data structures for processor affinity on 64-bit.

15 years agoinclude: Change RPC_LENGTH to ULONG for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 10:29:30 +0000 (11:29 +0100)] 
include: Change RPC_LENGTH to ULONG for Win64 compatibility.

15 years agoinclude: Change long to LONG in d3dtypes.h for Win64 compatibility.
Michael Stefaniuc [Sun, 4 Jan 2009 10:29:02 +0000 (11:29 +0100)] 
include: Change long to LONG in d3dtypes.h for Win64 compatibility.