Module: wine Branch: refs/heads/master Commit: f2686c7ce9f19bb02035e986fd24ded5d58da6e3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=f2686c7ce9f19bb02035e986...
Author: Mikołaj Zalewski mikolaj@zalewski.pl Date: Wed Jul 19 18:36:42 2006 +0200
shell32: Add trashing support functions.
---
dlls/shell32/Makefile.in | 4 dlls/shell32/trash.c | 308 ++++++++++++++++++++++++++++++++++++++ dlls/shell32/xdg.c | 372 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/shell32/xdg.h | 39 +++++ 4 files changed, 722 insertions(+), 1 deletions(-) create mode 100644 dlls/shell32/trash.c create mode 100644 dlls/shell32/xdg.c create mode 100644 dlls/shell32/xdg.h
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=f2686c7ce9f19bb02035...