The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| w32api-4.0.3-1-mingw32-src.tar.lzma | 2013-09-22 | 1.3 MB | |
| w32api-4.0.3-1-mingw32-doc.tar.lzma | 2013-09-22 | 115.8 kB | |
| w32api-4.0.3-1-mingw32-lic.tar.lzma | 2013-09-22 | 7.6 kB | |
| w32api-4.0.3-1-mingw32-dev.tar.lzma | 2013-09-22 | 2.3 MB | |
| w32api-4.0.3-1-mingw32-bld.tar.lzma | 2013-09-22 | 1.4 MB | |
| README.w32api-4.0.3-1-mingw32 | 2013-09-22 | 1.9 kB | |
| Totals: 6 Items | 5.2 MB | 151 | |
mingw w32api
==============================================================================
This distribution is created from pristine source without patches.
Canonical homepage: http://mingw.org/
Canonical download: http://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/w32api-4.0.3/w32api-4.0.3-1-mingw32-bld.tar.lzma
License: Mixed - Primarily MIT style license.
GPL for the profiling code in misc/gpl directory.
Language: C
Build requirements:
MinGW gcc runtime environment
MSYS shell environment and msys-xz
Build instructions:
cd working-directory
mingw-get source mingw32-w32api
cd w32api-4.0.3-1-mingw32
make clean package
# See the output of make usage for a detailed list of targets
# You can edit package.ini to modify the configuration items or to increment
# the MPKGRLS value (the -1- after the mingw32).
When the job completes the release files will be generated in the rls/ directory
of the working directory.
README.w32api-4.0.3-1-mingw32
w32api-4.0.3-1-mingw32-bld.tar.lzma
w32api-4.0.3-1-mingw32-dev.tar.lzma
w32api-4.0.3-1-mingw32-doc.tar.lzma
w32api-4.0.3-1-mingw32-lic.tar.lzma
w32api-4.0.3-1-mingw32-src.tar.lzma
Differences between 4.0.0 and 4.0.3:
* 4.0.1: [bugs:#2037] The libwinspool.a file contained the incorrect shared
library name and was corrected to contain winspool.drv instead of winspool.dll.
* 4.0.2: [bugs:#2045] Wtsapi32.h was badly filtered and used specstrings.h
components without resolving the components used. The specstrings components
__in/__out were removed and the badly filtered components were moved to the
correct filter.
* 4.0.3: [bugs:#2050] A typo in winbase.h prevented
FILE_FLAG_FIRST_PIPE_INSTANCE from being defined.
Test results:
This package has no organized testing. But individual unit testing proves
good. This package was used to build GCC-2.8.1 release for MinGW.