Module: wine Branch: refs/heads/master Commit: 877c8092cf32418ce65838b9c89ae5b556fc1832 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=877c8092cf32418ce65838b9...
Author: James Hawkins truiken@gmail.com Date: Thu Jan 12 13:30:43 2006 +0100
cabinet: Move the remaining cabextract.c functions to fdi.c.
---
dlls/cabinet/Makefile.in | 1 dlls/cabinet/cabextract.c | 209 --------------------------------------------- dlls/cabinet/cabinet.h | 3 - dlls/cabinet/fdi.c | 163 +++++++++++++++++++++++++++++++++++ 4 files changed, 164 insertions(+), 212 deletions(-) delete mode 100644 dlls/cabinet/cabextract.c