Module: wine Branch: master Commit: acb7f8abe27c42191cb9774bf16505cb9b8a92ec URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=acb7f8abe27c42191cb9774b... Author: Mike McCormack <mike(a)codeweavers.com> Date: Fri Aug 11 15:11:47 2006 +0900 pstorec: Add a stub implementation. --- configure | 3 configure.ac | 1 dlls/Makefile.in | 1 dlls/pstorec/Makefile.in | 14 ++ dlls/pstorec/pstorec.c | 392 +++++++++++++++++++++++++++++++++++++++++++++ dlls/pstorec/pstorec.spec | 7 + 6 files changed, 417 insertions(+), 1 deletions(-) create mode 100644 dlls/pstorec/Makefile.in create mode 100644 dlls/pstorec/pstorec.c create mode 100644 dlls/pstorec/pstorec.spec Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=acb7f8abe27c42191cb9...