wine
18 years agomsi: Freeing the zero handle always succeeds.
Mike McCormack [Sun, 11 Jun 2006 00:51:42 +0000 (09:51 +0900)] 
msi: Freeing the zero handle always succeeds.

18 years agomsi: Always initialize MsiViewFetch's returned record to zero.
Mike McCormack [Sun, 11 Jun 2006 00:51:29 +0000 (09:51 +0900)] 
msi: Always initialize MsiViewFetch's returned record to zero.

18 years agod3d9: Make some test functions static.
H. Verbeet [Sat, 10 Jun 2006 21:48:45 +0000 (23:48 +0200)] 
d3d9: Make some test functions static.

18 years agod3d8: Make some test functions static.
H. Verbeet [Sat, 10 Jun 2006 21:48:36 +0000 (23:48 +0200)] 
d3d8: Make some test functions static.

18 years agomsvcrt: Print exception code in hex.
Dmitry Timoshkov [Sat, 10 Jun 2006 15:19:33 +0000 (00:19 +0900)] 
msvcrt: Print exception code in hex.

18 years agowined3d: Map D3DSIO_DEF to it's GLSL generating function for vertex shaders.
Jason Green [Sat, 10 Jun 2006 15:09:01 +0000 (11:09 -0400)] 
wined3d: Map D3DSIO_DEF to it's GLSL generating function for vertex shaders.

18 years agorpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
Robert Shearman [Sat, 10 Jun 2006 11:33:40 +0000 (12:33 +0100)] 
rpcrt4: Add an exception handler for CStdStubBuffer_Invoke.

This is needed because IRpcStubBuffer::Invoke should not allow RPC
exceptions to be passed to the caller.

18 years agorpcrt4: Initialise pStubMsg->MemorySize to zero before calling
Robert Shearman [Sat, 10 Jun 2006 11:33:26 +0000 (12:33 +0100)] 
rpcrt4: Initialise pStubMsg->MemorySize to zero before calling

ComplexStructMemorySize from NdrComplexArrayUnmarshall.

18 years agorpcrt4: Use safe_mutiply in conformant array functions.
Robert Shearman [Sat, 10 Jun 2006 11:33:01 +0000 (12:33 +0100)] 
rpcrt4: Use safe_mutiply in conformant array functions.

18 years agorpcrt4: Pass in a maximum variance value to ReadVariance to allow us
Robert Shearman [Sat, 10 Jun 2006 11:32:47 +0000 (12:32 +0100)] 
rpcrt4: Pass in a maximum variance value to ReadVariance to allow us

to validate the conformance values being read from the wire.

18 years agorpcrt4: Check that strings are null-terminated on unmarshaling of conformant-varying...
Robert Shearman [Sat, 10 Jun 2006 11:32:35 +0000 (12:32 +0100)] 
rpcrt4: Check that strings are null-terminated on unmarshaling of conformant-varying structs.

18 years agorpcrt4: Use safe_multiply when multiplying anything by pStubMsg->ActualCount or pStub...
Robert Shearman [Sat, 10 Jun 2006 11:32:24 +0000 (12:32 +0100)] 
rpcrt4: Use safe_multiply when multiplying anything by pStubMsg->ActualCount or pStubMsg->MaxCount.

18 years agorpcrt4: Raise an exception during unmarshaling if a conformant string isn't null...
Robert Shearman [Sat, 10 Jun 2006 11:32:01 +0000 (12:32 +0100)] 
rpcrt4: Raise an exception during unmarshaling if a conformant string isn't null-terminated.

18 years agorpcrt4: Introduce a new function, safe_multiply, which will raise an
Robert Shearman [Sat, 10 Jun 2006 11:31:45 +0000 (12:31 +0100)] 
rpcrt4: Introduce a new function, safe_multiply, which will raise an
exception if a multiply overflows a 4-byte integer.

This will protect the unmarshaling code against attacks specifying a
large variance.
Use this new function in the conformant string functions to harden them
against attack.

18 years agouuid: Mark all GUID variables as hidden.
Alexandre Julliard [Mon, 12 Jun 2006 10:01:38 +0000 (12:01 +0200)] 
uuid: Mark all GUID variables as hidden.

18 years agodnsapi: DnsExtractRecordsFromMessage_A is not exported.
Alexandre Julliard [Mon, 12 Jun 2006 10:01:06 +0000 (12:01 +0200)] 
dnsapi: DnsExtractRecordsFromMessage_A is not exported.

18 years agoadvapi32: Added spec entry for GetEffectiveRightsFromAclW.
Alexandre Julliard [Mon, 12 Jun 2006 09:58:41 +0000 (11:58 +0200)] 
advapi32: Added spec entry for GetEffectiveRightsFromAclW.

18 years agowined3d: Make all the local shader functions static.
Alexandre Julliard [Sat, 10 Jun 2006 11:22:27 +0000 (13:22 +0200)] 
wined3d: Make all the local shader functions static.

18 years agowined3d: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 11:15:32 +0000 (13:15 +0200)] 
wined3d: Make the virtual table functions static where possible.

18 years agowinecfg: Recognize all CD and floppy devices listed in Linux devices.txt.
Pavel Roskin [Fri, 9 Jun 2006 21:21:59 +0000 (17:21 -0400)] 
winecfg: Recognize all CD and floppy devices listed in Linux devices.txt.

18 years agowinecfg: Allow and prefer using A: and B: for floppies.
Pavel Roskin [Sat, 10 Jun 2006 02:33:42 +0000 (22:33 -0400)] 
winecfg: Allow and prefer using A: and B: for floppies.

Pass drive type to allocate_letter().  Start search from 'A' for
floppies.
Fix missing parentheses in the DRIVE_MASK_BIT definition.  It's a bug
that is triggered by non-sequential drive allocation.

18 years agowined3d: Change fog output variable name for GLSL shaders.
Jason Green [Fri, 9 Jun 2006 22:34:04 +0000 (18:34 -0400)] 
wined3d: Change fog output variable name for GLSL shaders.

18 years agowined3d: Fix regression from register maps switch for ARB shaders.
Jason Green [Fri, 9 Jun 2006 22:28:00 +0000 (18:28 -0400)] 
wined3d: Fix regression from register maps switch for ARB shaders.

I missed a register mask in the move to share the shader_hw_def()
function between pixel and vertex shaders for ARB shaders.  Fixed
that, and made the GLSL version use the same mask for consistency.

18 years agowined3d: Enable CND/CMP for SHADER_ARB.
Ivan Gyurdiev [Fri, 9 Jun 2006 21:47:56 +0000 (17:47 -0400)] 
wined3d: Enable CND/CMP for SHADER_ARB.

18 years agowined3d: Print out sampler state names.
Ivan Gyurdiev [Fri, 9 Jun 2006 21:47:16 +0000 (17:47 -0400)] 
wined3d: Print out sampler state names.

18 years agowined3d: Downgrade Get*Shader FIXME to TRACE.
Ivan Gyurdiev [Fri, 9 Jun 2006 21:46:38 +0000 (17:46 -0400)] 
wined3d: Downgrade Get*Shader FIXME to TRACE.

18 years agowinspool/tests: Tests for GetPrintProcessorDirectory.
Detlef Riekenberg [Fri, 9 Jun 2006 19:54:19 +0000 (21:54 +0200)] 
winspool/tests: Tests for GetPrintProcessorDirectory.

18 years agoadvapi32: Test RegSetValueEx[AW] for setting some sequential strings as one.
Saulius Krasuckas [Fri, 9 Jun 2006 20:46:56 +0000 (23:46 +0300)] 
advapi32: Test RegSetValueEx[AW] for setting some sequential strings as one.

18 years agomsi: Make all the ops structures static and const.
Alexandre Julliard [Sat, 10 Jun 2006 10:02:39 +0000 (12:02 +0200)] 
msi: Make all the ops structures static and const.

18 years agoimagehlp: Remove the unused internal.c file.
Alexandre Julliard [Sat, 10 Jun 2006 10:02:14 +0000 (12:02 +0200)] 
imagehlp: Remove the unused internal.c file.

18 years agooleaut32: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:59:33 +0000 (11:59 +0200)] 
oleaut32: Make the virtual table functions static where possible.

18 years agoole32: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:59:15 +0000 (11:59 +0200)] 
ole32: Make the virtual table functions static where possible.

18 years agoitss: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:58:27 +0000 (11:58 +0200)] 
itss: Make the virtual table functions static where possible.

18 years agodxdiagn: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:58:14 +0000 (11:58 +0200)] 
dxdiagn: Make the virtual table functions static where possible.

18 years agodswave: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:58:01 +0000 (11:58 +0200)] 
dswave: Make the virtual table functions static where possible.

18 years agodsound: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:57:48 +0000 (11:57 +0200)] 
dsound: Make the virtual table functions static where possible.

18 years agodpnet: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:57:38 +0000 (11:57 +0200)] 
dpnet: Make the virtual table functions static where possible.

18 years agodmusic: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:57:22 +0000 (11:57 +0200)] 
dmusic: Make the virtual table functions static where possible.

18 years agodmsynth: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:57:03 +0000 (11:57 +0200)] 
dmsynth: Make the virtual table functions static where possible.

18 years agodmstyle: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:56:49 +0000 (11:56 +0200)] 
dmstyle: Make the virtual table functions static where possible.

18 years agodmscript: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:56:19 +0000 (11:56 +0200)] 
dmscript: Make the virtual table functions static where possible.

18 years agodmloader: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:56:03 +0000 (11:56 +0200)] 
dmloader: Make the virtual table functions static where possible.

18 years agodmcompos: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:55:30 +0000 (11:55 +0200)] 
dmcompos: Make the virtual table functions static where possible.

18 years agod3d9: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:51:05 +0000 (11:51 +0200)] 
d3d9: Make the virtual table functions static where possible.

18 years agod3dx8: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:50:26 +0000 (11:50 +0200)] 
d3dx8: Make the virtual table functions static where possible.

18 years agod3d8: Make the virtual table functions static where possible.
Alexandre Julliard [Sat, 10 Jun 2006 09:48:24 +0000 (11:48 +0200)] 
d3d8: Make the virtual table functions static where possible.

18 years agox11drv: Write-strings warnings fix.
Andrew Talbot [Fri, 9 Jun 2006 11:44:39 +0000 (12:44 +0100)] 
x11drv: Write-strings warnings fix.

18 years agowinspool: Add GetPrintProcessorDirectoryA.
Detlef Riekenberg [Fri, 9 Jun 2006 11:06:41 +0000 (13:06 +0200)] 
winspool: Add GetPrintProcessorDirectoryA.

18 years agooleaut32: We always pass in an IRpcChannelBuffer to IRpcStubBuffer::Invoke now,
Robert Shearman [Fri, 9 Jun 2006 16:25:50 +0000 (17:25 +0100)] 
oleaut32: We always pass in an IRpcChannelBuffer to IRpcStubBuffer::Invoke now,
so remove the case for it being NULL.

18 years agoole32: If IRpcStubBuffer_Invoke fails, we should raise an exception to
Robert Shearman [Fri, 9 Jun 2006 16:25:26 +0000 (17:25 +0100)] 
ole32: If IRpcStubBuffer_Invoke fails, we should raise an exception to
tell the RPC runtime that the call failed.

18 years agoole32: Register ISequentialStream for marshaling.
Robert Shearman [Fri, 9 Jun 2006 16:24:57 +0000 (17:24 +0100)] 
ole32: Register ISequentialStream for marshaling.

18 years agoole32: Implement CoQueryClientBlanket, CoImpersonateClient and
Robert Shearman [Fri, 9 Jun 2006 16:24:39 +0000 (17:24 +0100)] 
ole32: Implement CoQueryClientBlanket, CoImpersonateClient and
CoRevertToSelf on top of CoGetCallContext, which is a stub.

18 years agoole32: Implement FTMarshalImpl_GetMarshalSizeMax.
Robert Shearman [Fri, 9 Jun 2006 16:24:32 +0000 (17:24 +0100)] 
ole32: Implement FTMarshalImpl_GetMarshalSizeMax.

18 years agoshell32: Use the standard DEFINE_GUID macro to define GUIDs.
Alexandre Julliard [Fri, 9 Jun 2006 19:10:25 +0000 (21:10 +0200)] 
shell32: Use the standard DEFINE_GUID macro to define GUIDs.

18 years agoriched32: Use the standard DEFINE_GUID macro to define GUIDs.
Alexandre Julliard [Fri, 9 Jun 2006 19:10:01 +0000 (21:10 +0200)] 
riched32: Use the standard DEFINE_GUID macro to define GUIDs.

18 years agoole32: Use the standard DEFINE_OLEGUID macro to define GUIDs.
Alexandre Julliard [Fri, 9 Jun 2006 19:09:49 +0000 (21:09 +0200)] 
ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs.

18 years agooleaut32: Use the standard DEFINE_OLEGUID macro to define GUIDs.
Alexandre Julliard [Fri, 9 Jun 2006 19:09:35 +0000 (21:09 +0200)] 
oleaut32: Use the standard DEFINE_OLEGUID macro to define GUIDs.

18 years agowined3d: GLSL shader cleanup patch.
Jason Green [Fri, 9 Jun 2006 16:28:51 +0000 (12:28 -0400)] 
wined3d: GLSL shader cleanup patch.

- Based on comments from H. Verbeet
- Changed the distinction from .rgba & .xyzw masks to only use .xyzw
  in GLSL shaders.  They are interchangeable, and only served to make
  the trace look more intuitive, but they don't always apply as-is, so
  we'll just leave everything to .xyzw.
- Got rid of the "UseProgramObjectARB(0)" call in drawprim.  If there
  is no shader set on the next primitive, then that primitive will
  call UseProgramObjectARB(0) when it begins to draw.

18 years agodbghelp: Implement fetch_thread_info on powerpc.
Pierre d'Herbemont [Thu, 8 Jun 2006 20:41:22 +0000 (22:41 +0200)] 
dbghelp: Implement fetch_thread_info on powerpc.

18 years agontdll: Fix NtQueryInformationThread on non x86.
Pierre d'Herbemont [Thu, 8 Jun 2006 20:32:59 +0000 (22:32 +0200)] 
ntdll: Fix NtQueryInformationThread on non x86.

18 years agorpcrt4: Clear an object pointer during unmarshaling, otherwise we
Robert Shearman [Fri, 9 Jun 2006 16:29:28 +0000 (17:29 +0100)] 
rpcrt4: Clear an object pointer during unmarshaling, otherwise we
could end up using the previously allocated memory even if it isn't
the right size, causing heap corruption.

18 years agorpcrt4: Initialise pStubMsg->MemorySize to zero before calling ComplexStructMemorySiz...
Robert Shearman [Fri, 9 Jun 2006 16:25:16 +0000 (17:25 +0100)] 
rpcrt4: Initialise pStubMsg->MemorySize to zero before calling ComplexStructMemorySize from NdrComplexArrayUnmarshall.

18 years agorpcrt4: Don't raise an exception if there is no freer function - not all types have...
Robert Shearman [Fri, 9 Jun 2006 16:25:07 +0000 (17:25 +0100)] 
rpcrt4: Don't raise an exception if there is no freer function - not all types have a freer.

18 years agorpcrt4: Implement more base types for complex types.
Robert Shearman [Fri, 9 Jun 2006 16:24:49 +0000 (17:24 +0100)] 
rpcrt4: Implement more base types for complex types.

18 years agorpcrt4: Now that there's a process-wide pool of connections we don't
Robert Shearman [Fri, 9 Jun 2006 16:24:23 +0000 (17:24 +0100)] 
rpcrt4: Now that there's a process-wide pool of connections we don't
need to copy the FromConn field when copying bindings.

18 years agorpcrt4: Return the status received from RPCRT4_Send in I_RpcSend instead of always...
Robert Shearman [Fri, 9 Jun 2006 16:24:15 +0000 (17:24 +0100)] 
rpcrt4: Return the status received from RPCRT4_Send in I_RpcSend instead of always returning RPC_S_OK.

18 years agod3d9: Add a test for default texture stage state values.
H. Verbeet [Thu, 8 Jun 2006 21:35:34 +0000 (23:35 +0200)] 
d3d9: Add a test for default texture stage state values.

18 years agousp10: ScriptTextOut updated to reflect that it must have a hdc passed to it.
Jeff Latimer [Fri, 9 Jun 2006 10:06:51 +0000 (20:06 +1000)] 
usp10: ScriptTextOut updated to reflect that it must have a hdc passed to it.

18 years agomsvidc: Change short description to MS-CRAM.
Peter Beutner [Fri, 9 Jun 2006 14:31:12 +0000 (16:31 +0200)] 
msvidc: Change short description to MS-CRAM.

18 years agouser: Neither WS_CAPTION nor WS_EX_APPWINDOW has anything to do how
Dmitry Timoshkov [Fri, 9 Jun 2006 14:13:50 +0000 (23:13 +0900)] 
user: Neither WS_CAPTION nor WS_EX_APPWINDOW has anything to do how
passed in to CreateWindow menu should be handled.

18 years agooleaut32: Fix safearray data destruction.
qingdoa daoo [Fri, 9 Jun 2006 10:02:04 +0000 (18:02 +0800)] 
oleaut32: Fix safearray data destruction.

18 years agoopengl32: Store function pointers in a separate array to avoid a bunch of relocations.
Alexandre Julliard [Fri, 9 Jun 2006 16:13:09 +0000 (18:13 +0200)] 
opengl32: Store function pointers in a separate array to avoid a bunch of relocations.

18 years agoopengl32: Only store the glX name if different from the wgl name.
Alexandre Julliard [Fri, 9 Jun 2006 14:26:44 +0000 (16:26 +0200)] 
opengl32: Only store the glX name if different from the wgl name.

18 years agoopengl32: Make all the function pointers and thunks static.
Alexandre Julliard [Fri, 9 Jun 2006 14:11:38 +0000 (16:11 +0200)] 
opengl32: Make all the function pointers and thunks static.

18 years agomsi: Update the progress control while installing.
Mike McCormack [Fri, 9 Jun 2006 08:05:50 +0000 (17:05 +0900)] 
msi: Update the progress control while installing.

18 years agomsi: Remove some unnecessary NULL checks.
Mike McCormack [Fri, 9 Jun 2006 08:05:33 +0000 (17:05 +0900)] 
msi: Remove some unnecessary NULL checks.

18 years agowined3d: Allow drawPrim to create and use the GLSL program.
Jason Green [Fri, 9 Jun 2006 07:37:45 +0000 (03:37 -0400)] 
wined3d: Allow drawPrim to create and use the GLSL program.

18 years agowined3d: Add GLSL helper functions to Device.
Jason Green [Fri, 9 Jun 2006 07:36:55 +0000 (03:36 -0400)] 
wined3d: Add GLSL helper functions to Device.

- Add functions to attach & detach shader objects, create and delete programs, and maintain the list of programs.
- Add a list of GLSL shader programs to the device which is initialized on Init3D(), and deleted on Release().

18 years agowined3d: Map vertex shader instructions to GLSL generating functions.
Jason Green [Fri, 9 Jun 2006 07:36:16 +0000 (03:36 -0400)] 
wined3d: Map vertex shader instructions to GLSL generating functions.

18 years agowined3d: Map pixel shader instructions to GLSL generating functions.
Jason Green [Fri, 9 Jun 2006 07:35:49 +0000 (03:35 -0400)] 
wined3d: Map pixel shader instructions to GLSL generating functions.

18 years agowined3d: Prototype the GLSL functions for use with pixel and vertex shaders.
Jason Green [Fri, 9 Jun 2006 07:35:15 +0000 (03:35 -0400)] 
wined3d: Prototype the GLSL functions for use with pixel and vertex shaders.

18 years agowined3d: Added more declarations to GLSL.
Jason Green [Fri, 9 Jun 2006 07:34:44 +0000 (03:34 -0400)] 
wined3d: Added more declarations to GLSL.

- Declare more variable names for GLSL programs.
- Some of these won't need to be declared eventually, but it doesn't hurt to do it for now.
- Correct output name for pixel shaders (gl_FragColor instead of glFragColor).

18 years agowined3d: Unified float constant register mapping between ARB pixel and vertex shaders.
Jason Green [Fri, 9 Jun 2006 07:33:33 +0000 (03:33 -0400)] 
wined3d: Unified float constant register mapping between ARB pixel and vertex shaders.

- Got rid of the separate constant maps.
- Side effect of this is that the map is a bit larger for pixel shaders than it needs to be

18 years agowined3d: Add the bulk of the GLSL string generation functions.
Jason Green [Fri, 9 Jun 2006 07:33:01 +0000 (03:33 -0400)] 
wined3d: Add the bulk of the GLSL string generation functions.

- Add a new file glsl_shader.c which contains almost every GLSL specific function we'll need
- Move print_glsl_info() into glsl_shader.c
- Move the shader_reg_maps struct info into the private header, and make it part of SHADER_OPCODE_ARG.
- Create a new shared ps/vs register map for float constants (future patch will make ARB programs use this, too)

18 years agowined3d: Move constant loading out of DrawPrimDrawStrided() and enable
Jason Green [Thu, 8 Jun 2006 08:00:23 +0000 (04:00 -0400)] 
wined3d: Move constant loading out of DrawPrimDrawStrided() and enable
loading float constants for GLSL.

- DrawPrim is just too big of a function.  This separates the passing
  of constants to the shader into new functions.
- Fixes an off-by-one error when loading vertex declaration constants
  (should be <, not <=)
- Adds a function for GLSL loading of constants (aka Uniforms)
- Adds a GLSL program variable to the stateblock and sets it to 0 (a
  future patch will actually create this program)

18 years agocomctl32: Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler.
Dmitry Timoshkov [Thu, 8 Jun 2006 14:56:52 +0000 (23:56 +0900)] 
comctl32: Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler.

Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler in order to
allow DefDlgProc to post us WM_COMMAND/IDCANCEL and unblock modal
message loop.

18 years agocmdlgtst: Use standard debug functions.
Detlef Riekenberg [Thu, 8 Jun 2006 23:47:06 +0000 (01:47 +0200)] 
cmdlgtst: Use standard debug functions.

18 years agocomdlg32: Rename finddlg.c to finddlg16.c.
Detlef Riekenberg [Thu, 8 Jun 2006 11:26:30 +0000 (13:26 +0200)] 
comdlg32: Rename finddlg.c to finddlg16.c.

18 years agohlink: Add spec file entry for HlinkQueryCreateFromData.
Alexandre Julliard [Fri, 9 Jun 2006 11:17:12 +0000 (13:17 +0200)] 
hlink: Add spec file entry for HlinkQueryCreateFromData.

18 years agorpcrt4: Make the protseq_ops structure constant.
Alexandre Julliard [Fri, 9 Jun 2006 11:12:58 +0000 (13:12 +0200)] 
rpcrt4: Make the protseq_ops structure constant.

18 years agokernel: Added support for GlobalMemoryStatus on MacOS.
Alexandre Julliard [Fri, 9 Jun 2006 09:52:50 +0000 (11:52 +0200)] 
kernel: Added support for GlobalMemoryStatus on MacOS.

18 years agomshtml: Changed C syntax that winapi_check doesn't like.
Alexandre Julliard [Fri, 9 Jun 2006 09:52:41 +0000 (11:52 +0200)] 
mshtml: Changed C syntax that winapi_check doesn't like.

18 years agoRelease 0.9.15. wine-0.9.15
Alexandre Julliard [Thu, 8 Jun 2006 15:04:58 +0000 (17:04 +0200)] 
Release 0.9.15.

18 years agousp10: Update ScriptStringAnalyse and tests for ScriptString functions.
Jeff Latimer [Tue, 6 Jun 2006 10:21:07 +0000 (20:21 +1000)] 
usp10: Update ScriptStringAnalyse and tests for ScriptString functions.

18 years agousp10: Update ScriptGetCMap to conform to Windows.
Jeff Latimer [Tue, 6 Jun 2006 10:14:01 +0000 (20:14 +1000)] 
usp10: Update ScriptGetCMap to conform to Windows.

18 years agousp10: Update tests in test_ScriptItemIzeShapePlace to match Windows results.
Jeff Latimer [Tue, 6 Jun 2006 10:09:37 +0000 (20:09 +1000)] 
usp10: Update tests in test_ScriptItemIzeShapePlace to match Windows results.

18 years agousp10: Add stubs for ScriptCPtoX, ScriptXtoCP and ScriptBreak and some basic tests.
Jeff Latimer [Wed, 7 Jun 2006 13:05:14 +0000 (23:05 +1000)] 
usp10: Add stubs for ScriptCPtoX, ScriptXtoCP and ScriptBreak and some basic tests.

18 years agorpcrt4: Avoid potential redefinition of uuid_t.
Alexandre Julliard [Thu, 8 Jun 2006 09:29:26 +0000 (11:29 +0200)] 
rpcrt4: Avoid potential redefinition of uuid_t.

18 years agoconfigure: Make the font warning more explicit about what package is missing.
Alexandre Julliard [Thu, 8 Jun 2006 09:26:44 +0000 (11:26 +0200)] 
configure: Make the font warning more explicit about what package is missing.

18 years agoinclude: Add lmmsg.h.
Robert Reif [Thu, 8 Jun 2006 04:14:28 +0000 (00:14 -0400)] 
include: Add lmmsg.h.