summaryrefslogtreecommitdiffstats
path: root/src/bzip2-1-fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* package bzip2: fix runtime crashesMartin Lambers2013-01-301-0/+54
This moves the source modifications from the Makefile into a patch, and it adds a critical change: instead of removing WINAPI, the whole _WIN32 preprocessor block is deactivated. This fixes the BZ_API macro. This is necessary to fix runtime crashes in my application.