- 26 May, 2009 2 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
-
- 18 May, 2009 1 commit
-
-
Francois Gouget authored
-
- 06 May, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 20 Apr, 2009 5 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
- 11 Feb, 2009 1 commit
-
-
Francois Gouget authored
-
- 08 Jan, 2009 5 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
winapi_test: The real tests are done at compile time so use C_ASSERT() instead of ok(). Do only one test per line so one can know exactly what went wrong.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
- 17 Dec, 2008 1 commit
-
-
Francois Gouget authored
-
- 15 Dec, 2008 1 commit
-
-
Francois Gouget authored
-
- 17 Oct, 2008 1 commit
-
-
Rob Shearman authored
-
- 15 Oct, 2008 1 commit
-
-
Reece Dunn authored
-
- 09 Oct, 2008 2 commits
-
-
Rob Shearman authored
Use EXTRADEFS from the Makefile.in instead.
-
Rob Shearman authored
-
- 29 Sep, 2008 15 commits
-
-
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
-
- 20 Aug, 2008 1 commit
-
-
Hongbo Ni authored
When converting a makefile to a msvc .dsp file, if a line is ended with a back slash, it will be joined with next line. This patch changes the joining character from '\n' to a space in order to fix the bug of running MinGW32 on Windows.
-
- 19 Jun, 2008 1 commit
-
-
Rob Shearman authored
Reduce the size of the IsClient field, as is done in the latest SDKs to fix NdrClientInitializeNew tests on XP SP3 and Win2003+.
-
- 18 Jun, 2008 1 commit
-
-
Paul Vriens authored
-
- 07 Apr, 2008 1 commit
-
-
Reece Dunn authored
-