- 29 Sep, 2008 40 commits
-
-
Rob Shearman authored
Some versions of ole32 don't test that the lindex field of the FORMATETC structure passed into functions is valid.
-
Francois Gouget authored
-
Jacek Caban authored
-
Rob Shearman authored
As a window being registered for drag and drop is a system-global property, the tests could be affected by other processes in the system.
-
Roderick Colenbrander authored
-
James Hawkins authored
-
James Hawkins authored
-
Juan Lang authored
This fixes a hang (and sometimes a system hang) on MacOSX when running the inetmib1 tests. Spotted by Owen Rudge.
-
Francois Gouget authored
-
Marcus Meissner authored
-
Kai Blin authored
-
Juan Lang authored
-
Rob Shearman authored
The value of *called is set asynchronously and so the callback function could be called after IInternetProtocol_Read returns E_PENDING. The value of *called is only predictable after the WaitForSingleObject call returns. Therefore, remove the checks on *called before this call.
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Lei Zhang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Rob Shearman authored
msvcmaker: Define _USE_MATH_DEFINES so that M_PI and other constants are defined when including <math.h>.
-
Rob Shearman authored
Also don't generate a custom build step for the .spec file for static libraries, since they don't have a .spec file.
-
Rob Shearman authored
The include project generates .h files from .idl files so that they can be used when compiling the modules.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
Remove all functions for which the HAVE_ define is not used anywhere. Add _strdup, _strtoi64 _strtoui64, chsize, strdup and vsnprintf which are all present in MSVC headers.
-
Rob Shearman authored
These defines aren't needed. Move the X_DISPLAY_MISSING and __ASM_* defines to after the PACKAGE_* defines to match config.h.in.
-
Rob Shearman authored
Update list of headers present in the MSVC build environment. fcntl.h isn't detected by configure and so isn't needed.
-
Rob Shearman authored
-
Rob Shearman authored
Factor out writing of common compiler settings and setting of common defines. Factor out the writing of HAVE_* defines in include/config.h and sort the resulting defines before writing.
-
Rob Shearman authored
-
Rob Shearman authored
msvcmaker: Fix the generated filename for the spec file for modules with extensions other than .dll.
-
Rob Shearman authored
-
Rob Shearman authored
-
Francois Gouget authored
This gets make_opengl to work again with Perl 5.10.
-
Muneyuki Noguchi authored
-
Muneyuki Noguchi authored
-
Muneyuki Noguchi authored
-
Muneyuki Noguchi authored
-