wine
18 years agodbghelp: Dwarf abbrev table is now a sparse array.
Eric Pouech [Sun, 18 Jun 2006 19:31:13 +0000 (21:31 +0200)] 
dbghelp: Dwarf abbrev table is now a sparse array.

- added a pool for memory allocation when parsing a compilation unit
- now using the brand new sparse array for the abbrev table

18 years agodbghelp: Added another basic type for storage: the sparse array.
Eric Pouech [Sun, 18 Jun 2006 19:31:10 +0000 (21:31 +0200)] 
dbghelp: Added another basic type for storage: the sparse array.

18 years agodbghelp: Transform a few TRACEs into WARNs (especially for unhandled stuff).
Eric Pouech [Sun, 18 Jun 2006 19:31:07 +0000 (21:31 +0200)] 
dbghelp: Transform a few TRACEs into WARNs (especially for unhandled stuff).

18 years agodbghelp: Remove the unneeded level attribute while parsing.
Eric Pouech [Sun, 18 Jun 2006 19:31:03 +0000 (21:31 +0200)] 
dbghelp: Remove the unneeded level attribute while parsing.

18 years agodbghelp: Moved all Dwarf standard definitions into dwarf.h file.
Eric Pouech [Sun, 18 Jun 2006 19:30:59 +0000 (21:30 +0200)] 
dbghelp: Moved all Dwarf standard definitions into dwarf.h file.

18 years agodbghelp: Dwarf & typedefs.
Eric Pouech [Sun, 18 Jun 2006 19:30:55 +0000 (21:30 +0200)] 
dbghelp: Dwarf & typedefs.

- removed lookup for name for the const modifier
- hard wire dwarf-reference to our pointer types

18 years agodbghelp: Dwarf & module's symtype.
Eric Pouech [Sun, 18 Jun 2006 19:30:52 +0000 (21:30 +0200)] 
dbghelp: Dwarf & module's symtype.

- we should set the module's symtype upon success
- removed unneeded bRet variable

18 years agodbghelp: Dwarf2 & AT_byte_size.
Eric Pouech [Sun, 18 Jun 2006 19:30:49 +0000 (21:30 +0200)] 
dbghelp: Dwarf2 & AT_byte_size.

- AT_byte_size can be larger than a single byte (especially for enums)
- added missing enumeration type parsing

18 years agowinedbg: Proper handling of typedefs.
Eric Pouech [Sun, 18 Jun 2006 19:30:45 +0000 (21:30 +0200)] 
winedbg: Proper handling of typedefs.

Added types_get_real_type() to get rid of typedef information, and
access the real underlying type.

18 years agocrypt32: Encode/decode CRL issuing dist points.
Juan Lang [Mon, 19 Jun 2006 22:12:51 +0000 (15:12 -0700)] 
crypt32: Encode/decode CRL issuing dist points.

18 years agowined3d: Move D3DSIO_DEF instruction for ARB shaders into arb_program_shader.c.
Jason Green [Mon, 19 Jun 2006 21:53:38 +0000 (17:53 -0400)] 
wined3d: Move D3DSIO_DEF instruction for ARB shaders into arb_program_shader.c.

18 years agowined3d: Fix DEF instructions in GLSL for non-Nvidia platforms.
Jason Green [Mon, 19 Jun 2006 21:53:13 +0000 (17:53 -0400)] 
wined3d: Fix DEF instructions in GLSL for non-Nvidia platforms.

- NVidia allows "const vec4 = {1.0, 2.0, 3.0, 4.0};", even though
  that's not part of the spec.
- It should be  "const vec4 = vecr4(1.0, 2.0, 3.0, 4.0);"
- This patch fixes this for D3DSIO_DEF and D3DSIO_DEFI.

18 years agotools/wine.inf: Add d3d8.dll to the fake dlls list.
James Hawkins [Tue, 20 Jun 2006 08:07:46 +0000 (01:07 -0700)] 
tools/wine.inf: Add d3d8.dll to the fake dlls list.

18 years agokernel32: "base" is a pointer in 16-bit global heap.
Ge van Geldorp [Tue, 20 Jun 2006 07:34:48 +0000 (09:34 +0200)] 
kernel32: "base" is a pointer in 16-bit global heap.

18 years agowinedbg: Added x86_64 support.
Ge van Geldorp [Tue, 20 Jun 2006 07:34:43 +0000 (09:34 +0200)] 
winedbg: Added x86_64 support.

18 years agoshell32: Remove the now unused SHELL_ConfirmDialog.
Mikołaj Zalewski [Tue, 20 Jun 2006 07:48:37 +0000 (09:48 +0200)] 
shell32: Remove the now unused SHELL_ConfirmDialog.

18 years agoshell32: Use SHELL_ConfirmDialogW when deleting multiple files.
Mikołaj Zalewski [Tue, 20 Jun 2006 07:47:11 +0000 (09:47 +0200)] 
shell32: Use SHELL_ConfirmDialogW when deleting multiple files.

18 years agolz32: Remove dead code from the LZOpenFileW test.
Saulius Krasuckas [Tue, 20 Jun 2006 00:47:10 +0000 (03:47 +0300)] 
lz32: Remove dead code from the LZOpenFileW test.

18 years agoshell32: Update the Polish translation.
Mikołaj Zalewski [Mon, 19 Jun 2006 21:22:38 +0000 (23:22 +0200)] 
shell32: Update the Polish translation.

18 years agocrypt32: Simplify CRL creation.
Juan Lang [Mon, 19 Jun 2006 21:11:37 +0000 (14:11 -0700)] 
crypt32: Simplify CRL creation.

Decoding already handles signed and unsigned CRLs, so don't duplicate
that in CertCreateCRLContext.

18 years agocrypt32: Simplify certificate creation.
Juan Lang [Mon, 19 Jun 2006 21:10:29 +0000 (14:10 -0700)] 
crypt32: Simplify certificate creation.

Decoding already handles signed and unsigned certs, so don't duplicate
that in CertCreateCertificateContext.

18 years agolz32: test LZOpenFileW.
Saulius Krasuckas [Mon, 19 Jun 2006 20:21:38 +0000 (23:21 +0300)] 
lz32: test LZOpenFileW.

18 years agolz32: LZOpenFileA sets last error sometimes.
Saulius Krasuckas [Mon, 19 Jun 2006 20:21:28 +0000 (23:21 +0300)] 
lz32: LZOpenFileA sets last error sometimes.

18 years agolz32: Rename function aliases to real (ASCII) function names.
Saulius Krasuckas [Mon, 19 Jun 2006 20:21:20 +0000 (23:21 +0300)] 
lz32: Rename function aliases to real (ASCII) function names.

18 years agoshell32: Convert ISF_Desktop_fnGetDisplayNameOf to Unicode.
Robert Shearman [Mon, 19 Jun 2006 19:27:13 +0000 (20:27 +0100)] 
shell32: Convert ISF_Desktop_fnGetDisplayNameOf to Unicode.

18 years agoshell32: Convert ISF_MyComputer_fnGetDisplayNameOf to Unicode.
Robert Shearman [Mon, 19 Jun 2006 19:27:05 +0000 (20:27 +0100)] 
shell32: Convert ISF_MyComputer_fnGetDisplayNameOf to Unicode.

18 years agorpcrt4: Move the packet manipulation from the exception filter to the exception handler.
Robert Shearman [Mon, 19 Jun 2006 19:26:57 +0000 (20:26 +0100)] 
rpcrt4: Move the packet manipulation from the exception filter to the exception handler.

Remove the unused server_sem variable.

18 years agocrypt32: Fix decoding signed certs and CRLs.
Juan Lang [Mon, 19 Jun 2006 19:17:04 +0000 (12:17 -0700)] 
crypt32: Fix decoding signed certs and CRLs.

18 years agouxtheme/tests: Added test for IsAppThemed and grouped it with IsThemeActive.
Paul Vriens [Mon, 19 Jun 2006 19:02:56 +0000 (21:02 +0200)] 
uxtheme/tests: Added test for IsAppThemed and grouped it with IsThemeActive.

18 years agoole32: Implement reading of VT_CF storage properties.
Mike McCormack [Mon, 19 Jun 2006 18:31:01 +0000 (03:31 +0900)] 
ole32: Implement reading of VT_CF storage properties.

18 years agolibwine: Remove one more directory level when checking for build dir.
Alexandre Julliard [Mon, 19 Jun 2006 20:45:28 +0000 (22:45 +0200)] 
libwine: Remove one more directory level when checking for build dir.

This way it still works if the libdir we got was libs/wine instead of libs.

18 years agomsvcrt: Solaris asctime_r compilation fix.
Jeremy White [Mon, 19 Jun 2006 20:42:05 +0000 (22:42 +0200)] 
msvcrt: Solaris asctime_r compilation fix.

18 years agodbghelp: Fix a Solaris compilation error.
Jeremy White [Mon, 19 Jun 2006 20:38:20 +0000 (22:38 +0200)] 
dbghelp: Fix a Solaris compilation error.

18 years agowinex11.drv: On Solaris, Xutil.h is required to define XRegion.
Jeremy White [Mon, 19 Jun 2006 20:36:51 +0000 (22:36 +0200)] 
winex11.drv: On Solaris, Xutil.h is required to define XRegion.

18 years agontdll: On Solaris, limits.h is required for PATH_MAX.
Jeremy White [Mon, 19 Jun 2006 20:36:30 +0000 (22:36 +0200)] 
ntdll: On Solaris, limits.h is required for PATH_MAX.

18 years agodbghelp: Fix compilation for x86_64.
Ge van Geldorp [Mon, 19 Jun 2006 18:03:37 +0000 (20:03 +0200)] 
dbghelp: Fix compilation for x86_64.

18 years agoinclude: Fix definition of SECURITY_INTEGER.
Thomas Weidenmueller [Mon, 19 Jun 2006 10:09:56 +0000 (12:09 +0200)] 
include: Fix definition of SECURITY_INTEGER.

18 years agowinebuild: Get rid of the data16 prefix, it shouldn't be needed anymore and causes...
Alexandre Julliard [Mon, 19 Jun 2006 19:16:50 +0000 (21:16 +0200)] 
winebuild: Get rid of the data16 prefix, it shouldn't be needed anymore and causes warnings.

18 years agosetupapi: Implement SetupDiCreateDeviceInfoListExW.
Christian Gmeiner [Tue, 13 Jun 2006 17:13:32 +0000 (19:13 +0200)] 
setupapi: Implement SetupDiCreateDeviceInfoListExW.

18 years agouxtheme/tests: Change S_OK to the more appropriate ERROR_SUCCESS.
Paul Vriens [Mon, 19 Jun 2006 15:49:36 +0000 (17:49 +0200)] 
uxtheme/tests: Change S_OK to the more appropriate ERROR_SUCCESS.

18 years agodnsapi: Fix conflicts nameser.h with winerror.h.
Vitaly Lipatov [Mon, 19 Jun 2006 15:33:40 +0000 (19:33 +0400)] 
dnsapi: Fix conflicts nameser.h with winerror.h.

18 years agosecur32: Fix another GetProcessHeap vs GetProcessHeap().
Uwe Bonnes [Mon, 19 Jun 2006 16:01:53 +0000 (18:01 +0200)] 
secur32: Fix another GetProcessHeap vs GetProcessHeap().

18 years agomscms: Fix famous typo in HeapFree call.
Hans Leidekker [Mon, 19 Jun 2006 14:17:06 +0000 (16:17 +0200)] 
mscms: Fix famous typo in HeapFree call.

18 years agosecur32: Remove unneeded function from the Negotiate provider.
Kai Blin [Mon, 19 Jun 2006 10:21:33 +0000 (10:21 +0000)] 
secur32: Remove unneeded function from the Negotiate provider.

18 years agoole32: Fix a typo.
Mike McCormack [Mon, 19 Jun 2006 17:19:31 +0000 (02:19 +0900)] 
ole32: Fix a typo.

18 years agohlink: Add a stub implementation for HlinkNavigateToStringReference.
Mike McCormack [Mon, 19 Jun 2006 07:58:22 +0000 (16:58 +0900)] 
hlink: Add a stub implementation for HlinkNavigateToStringReference.

18 years agoimm32: Fix some return codes.
Mike McCormack [Mon, 19 Jun 2006 07:57:59 +0000 (16:57 +0900)] 
imm32: Fix some return codes.

18 years agowininet: Make sure to null terminate a string before copying it.
Mike McCormack [Mon, 19 Jun 2006 07:57:43 +0000 (16:57 +0900)] 
wininet: Make sure to null terminate a string before copying it.

18 years agogdi32: Get rid of the no longer needed DIB_CreateDIBSection export.
Alexandre Julliard [Mon, 19 Jun 2006 09:25:42 +0000 (11:25 +0200)] 
gdi32: Get rid of the no longer needed DIB_CreateDIBSection export.

18 years agoinclude: Declare remaining exported functions in compstui.h.
Detlef Riekenberg [Sun, 18 Jun 2006 23:13:54 +0000 (01:13 +0200)] 
include: Declare remaining exported functions in compstui.h.

18 years agoddraw: Implement proper handle management.
Stefan Dösinger [Fri, 16 Jun 2006 21:44:33 +0000 (23:44 +0200)] 
ddraw: Implement proper handle management.

18 years agowined3d: Correct implementation of D3DSIO_LOOP.
Jason Green [Sat, 17 Jun 2006 03:01:20 +0000 (23:01 -0400)] 
wined3d: Correct implementation of D3DSIO_LOOP.

I initially misread the specification.  src0.x is the iteration count,
not the max amount for the loop register.  This fixes that.

18 years agowined3d: Fix lookup for LOOP register.
Jason Green [Fri, 16 Jun 2006 20:13:01 +0000 (16:13 -0400)] 
wined3d: Fix lookup for LOOP register.

18 years agowined3d: Added correct cast support for gl_FogFragCoord and gl_PointSize output regis...
Jason Green [Sat, 17 Jun 2006 19:55:15 +0000 (15:55 -0400)] 
wined3d: Added correct cast support for gl_FogFragCoord and gl_PointSize output registers.

18 years agowined3d: Load boolean and integer constants into the GLSL shader program.
Jason Green [Fri, 16 Jun 2006 20:08:34 +0000 (16:08 -0400)] 
wined3d: Load boolean and integer constants into the GLSL shader program.

18 years agowined3d: Implement locally defined boolean and integer constants in GLSL.
Jason Green [Fri, 16 Jun 2006 20:08:00 +0000 (16:08 -0400)] 
wined3d: Implement locally defined boolean and integer constants in GLSL.

18 years agowined3d: Add preliminary support for constant boolean and integer registers in GLSL.
Jason Green [Fri, 16 Jun 2006 20:07:31 +0000 (16:07 -0400)] 
wined3d: Add preliminary support for constant boolean and integer registers in GLSL.

- Separate the declaration phase of the shader string generator into
  the arb and glsl specific files.
- Add declarations and recognition for application-sent constant
  integers and booleans (locally defined ones will follow).
- Standardize capitilization of pixel/vertex specific variable names.

18 years agowined3d: Move constant loading into target-specific files.
Jason Green [Fri, 16 Jun 2006 20:07:00 +0000 (16:07 -0400)] 
wined3d: Move constant loading into target-specific files.

- Moves GLSL constant loading code into glsl_shader.c and out of the
  over-populated drawprim.c.
- Creates a new file named arb_program_shader.c which will hold code
  specific to ARB_vertex_program & ARB_fragment_program.
- Remove the constant loading calls from drawprim.c

18 years agowined3d: Remove dead vertex shader code.
Jason Green [Fri, 16 Jun 2006 20:06:50 +0000 (16:06 -0400)] 
wined3d: Remove dead vertex shader code.

18 years agoriched20: EM_CHARFROMPOS didn't work properly with scrolling
Krzysztof Foltman [Sun, 18 Jun 2006 20:21:23 +0000 (22:21 +0200)] 
riched20: EM_CHARFROMPOS didn't work properly with scrolling
(vertical scrollbar position was not taken into account).

18 years agodnsapi: Free all allocated records instead of just the last one.
Hans Leidekker [Sat, 17 Jun 2006 13:24:32 +0000 (15:24 +0200)] 
dnsapi: Free all allocated records instead of just the last one.

18 years agodnsapi: Correct testing for zero option value DNS_QUERY_STANDARD.
Hans Leidekker [Sat, 17 Jun 2006 13:13:28 +0000 (15:13 +0200)] 
dnsapi: Correct testing for zero option value DNS_QUERY_STANDARD.

18 years agoddraw: Palette refcounting fixes + tests.
Stefan Dösinger [Sat, 17 Jun 2006 13:47:52 +0000 (15:47 +0200)] 
ddraw: Palette refcounting fixes + tests.

18 years agontdll: If ObjectAttributes is NULL then an error is returned at the
Robert Shearman [Sat, 17 Jun 2006 11:32:05 +0000 (12:32 +0100)] 
ntdll: If ObjectAttributes is NULL then an error is returned at the
start of the NtOpenSymbolicLinkObject, therefore ObjectAttributes does
not need to be checked for NULL later on in the function.

18 years agorpcrt4: Use the thread pool in the RPC server for processing packets.
Robert Shearman [Sat, 17 Jun 2006 11:31:32 +0000 (12:31 +0100)] 
rpcrt4: Use the thread pool in the RPC server for processing packets.

18 years agoole32: Document CoCreateFreeThreadedMarshaler.
Robert Shearman [Sat, 17 Jun 2006 11:31:54 +0000 (12:31 +0100)] 
ole32: Document CoCreateFreeThreadedMarshaler.

18 years agoole32: Reuse event handles used for COM calls.
Robert Shearman [Sat, 17 Jun 2006 11:31:44 +0000 (12:31 +0100)] 
ole32: Reuse event handles used for COM calls.

This reduces the number of server calls during a COM call by half.

18 years agowidl: Fix updating the proc offset.
Thomas Weidenmueller [Sun, 18 Jun 2006 17:45:50 +0000 (19:45 +0200)] 
widl: Fix updating the proc offset.

18 years agowinecfg: Update Turkish resorce file.
Fatih Aşıcı [Sat, 17 Jun 2006 11:18:38 +0000 (14:18 +0300)] 
winecfg: Update Turkish resorce file.

18 years agolz32: Enable old test and expand it.
Saulius Krasuckas [Fri, 16 Jun 2006 19:43:15 +0000 (22:43 +0300)] 
lz32: Enable old test and expand it.

18 years agokernel: Fix reported address space limit to be in keeping with ntdll.
qingdoa daoo [Sat, 17 Jun 2006 06:10:07 +0000 (14:10 +0800)] 
kernel: Fix reported address space limit to be in keeping with ntdll.

18 years agowinspool: AddMonitor: Test the driver entry before return an error.
Detlef Riekenberg [Fri, 16 Jun 2006 08:01:31 +0000 (10:01 +0200)] 
winspool: AddMonitor: Test the driver entry before return an error.

18 years agomsi/tests: Write-strings warnings fixes.
Andrew Talbot [Fri, 16 Jun 2006 08:00:47 +0000 (09:00 +0100)] 
msi/tests: Write-strings warnings fixes.

18 years agooleaut32: Fix 64bit warnings in tests.
Kevin Koltzau [Fri, 16 Jun 2006 02:52:54 +0000 (22:52 -0400)] 
oleaut32: Fix 64bit warnings in tests.

18 years agomscms: Fix 64bit warnings.
Kevin Koltzau [Fri, 16 Jun 2006 02:52:46 +0000 (22:52 -0400)] 
mscms: Fix 64bit warnings.

18 years agouninstaller: Hungarian translation.
András Kovács [Fri, 16 Jun 2006 13:35:18 +0000 (15:35 +0200)] 
uninstaller: Hungarian translation.

18 years agoconfigure: Test for additional ICU libraries /usr/lib/libicuuc.a and /usr/lib/libicud...
Scott Bambrough [Fri, 16 Jun 2006 14:42:20 +0000 (10:42 -0400)] 
configure: Test for additional ICU libraries /usr/lib/libicuuc.a and /usr/lib/libicudata.a.

18 years agoinseng: Initial implementation of inseng (required for IE6 to install under win2k).
Mike McCormack [Fri, 16 Jun 2006 10:43:02 +0000 (19:43 +0900)] 
inseng: Initial implementation of inseng (required for IE6 to install under win2k).

18 years agomshtml: Added Wine Gecko installer.
Jacek Caban [Wed, 14 Jun 2006 20:35:13 +0000 (22:35 +0200)] 
mshtml: Added Wine Gecko installer.

18 years agowined3d: GetScissorRect should use zero-based scissorBox (Coverity).
Paul Vriens [Fri, 16 Jun 2006 11:02:18 +0000 (13:02 +0200)] 
wined3d: GetScissorRect should use zero-based scissorBox (Coverity).

18 years agorpcrt4: Fix the argument size of conformant arrays.
Huw Davies [Fri, 16 Jun 2006 09:32:27 +0000 (10:32 +0100)] 
rpcrt4: Fix the argument size of conformant arrays.

18 years agomsi: Added tests for MsiSetTargetPath.
Andrey Turkin [Thu, 15 Jun 2006 21:07:59 +0000 (01:07 +0400)] 
msi: Added tests for MsiSetTargetPath.

18 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Thu, 15 Jun 2006 15:41:17 +0000 (17:41 +0200)] 
Add trailing '\n's to ok() calls.
Remove spaces before '\n'.

18 years agoAssorted spelling fixes.
Francois Gouget [Thu, 15 Jun 2006 15:38:04 +0000 (17:38 +0200)] 
Assorted spelling fixes.

18 years agoshell32: Remove dead code in SHELL_FindExecutable().
Francois Gouget [Thu, 15 Jun 2006 16:29:29 +0000 (18:29 +0200)] 
shell32: Remove dead code in SHELL_FindExecutable().

18 years agontdll: Use page_size instead of page_mask+1.
Francois Gouget [Thu, 15 Jun 2006 15:50:15 +0000 (17:50 +0200)] 
ntdll: Use page_size instead of page_mask+1.

18 years agosecur32: Implement QueryContextAttributes. Add tests.
Kai Blin [Fri, 16 Jun 2006 06:59:48 +0000 (06:59 +0000)] 
secur32: Implement QueryContextAttributes. Add tests.

18 years agoavifil32: Corrected destination size in MultiByteToWideChar.
Marcus Meissner [Thu, 15 Jun 2006 18:07:46 +0000 (20:07 +0200)] 
avifil32: Corrected destination size in MultiByteToWideChar.

18 years agod3d9: Remove ValidatePixel/VertexShader.
Louis. Lenders [Thu, 15 Jun 2006 17:49:46 +0000 (18:49 +0100)] 
d3d9: Remove ValidatePixel/VertexShader.

18 years agocrypt32: Correct CRL tests, and fix CRL encoding/decoding accordingly.
Juan Lang [Thu, 15 Jun 2006 16:48:12 +0000 (09:48 -0700)] 
crypt32: Correct CRL tests, and fix CRL encoding/decoding accordingly.

18 years agohlink: Fix typo. We should set hl not ppvObj.
Ulrich Czekalla [Thu, 15 Jun 2006 16:16:39 +0000 (12:16 -0400)] 
hlink: Fix typo. We should set hl not ppvObj.

18 years agowined3d: Add and use GL_EXT_fog_coord defines.
H. Verbeet [Thu, 15 Jun 2006 22:24:46 +0000 (00:24 +0200)] 
wined3d: Add and use GL_EXT_fog_coord defines.

18 years agox11drv: Renamed the x11drv directory to winex11.drv.
Alexandre Julliard [Fri, 16 Jun 2006 07:57:50 +0000 (09:57 +0200)] 
x11drv: Renamed the x11drv directory to winex11.drv.

18 years agonotepad: Pl.rc: Fix the ellipsis in menu.
Mikołaj Zalewski [Thu, 15 Jun 2006 13:30:13 +0000 (15:30 +0200)] 
notepad: Pl.rc: Fix the ellipsis in menu.

18 years agoprinting: Don't limit the printer name length to CCHDEVICENAME characters.
Huw Davies [Thu, 15 Jun 2006 10:36:00 +0000 (11:36 +0100)] 
printing: Don't limit the printer name length to CCHDEVICENAME characters.

18 years agomsi: Add tests for MsiInstallProduct.
James Hawkins [Thu, 15 Jun 2006 07:31:46 +0000 (02:31 -0500)] 
msi: Add tests for MsiInstallProduct.

18 years agoddraw: Make some functions static.
Alexandre Julliard [Thu, 15 Jun 2006 15:14:37 +0000 (17:14 +0200)] 
ddraw: Make some functions static.

18 years agoconfigure: Ues the standard AC_MSG_WARN to print warnings.
Alexandre Julliard [Thu, 15 Jun 2006 14:52:32 +0000 (16:52 +0200)] 
configure: Ues the standard AC_MSG_WARN to print warnings.

18 years agodlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X.
Alexandre Julliard [Thu, 15 Jun 2006 14:52:23 +0000 (16:52 +0200)] 
dlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X.

18 years agod3dx8: Remove dependencies on OpenGL headers and libraries.
Alexandre Julliard [Thu, 15 Jun 2006 14:52:05 +0000 (16:52 +0200)] 
d3dx8: Remove dependencies on OpenGL headers and libraries.