Module: wine Branch: master Commit: 637827a2d04c010d44031bfa39972716a3f128f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=637827a2d04c010d44031bfa39...
Author: Ken Thomases ken@codeweavers.com Date: Wed Mar 11 09:09:00 2009 -0500
dbghelp: Extract calc_crc32 function into a separate file.
---
dlls/dbghelp/Makefile.in | 1 + dlls/dbghelp/crc32.c | 149 ++++++++++++++++++++++++++++++++++++++++ dlls/dbghelp/dbghelp_private.h | 3 + dlls/dbghelp/elf_module.c | 130 +--------------------------------- 4 files changed, 157 insertions(+), 126 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=637827a2d04c010d44031b...