[PATCH] scsiport.sys: Add stub implementaton of scsiport.sys.

André Hentschel nerv at dawncrow.de
Mon Oct 1 17:26:26 CDT 2012


Am 02.10.2012 00:10, schrieb Christian Costa:
> This is needed by prosync1.sys (StarForce protection) used in Obscure.
> ---
>  configure                           |  284 +++++++++++++++++------------------
>  configure.ac                        |    1 
>  dlls/scsiport.sys/Makefile.in       |    9 +
>  dlls/scsiport.sys/scsiport.c        |   39 +++++
>  dlls/scsiport.sys/scsiport.sys.spec |   48 ++++++
>  5 files changed, 238 insertions(+), 143 deletions(-)
>  create mode 100644 dlls/scsiport.sys/Makefile.in
>  create mode 100644 dlls/scsiport.sys/scsiport.c
>  create mode 100644 dlls/scsiport.sys/scsiport.sys.spec
> 
> diff --git a/configure b/configure
> index 54675b4..801dcf8 100755
> --- a/configure
> +++ b/configure
> @@ -1,11 +1,13 @@
>  #! /bin/sh
>  # Guess values for system-dependent variables and create Makefiles.
> -# Generated by GNU Autoconf 2.69 for Wine 1.5.14.
> +# Generated by GNU Autoconf 2.68 for Wine 1.5.14.

You should not include configure changes



More information about the wine-devel mailing list