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

Christian Costa titan.costa at gmail.com
Mon Oct 1 23:20:47 CDT 2012


Le 02/10/2012 00:26, André Hentschel a écrit :
> 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
>
>
>
It's a mistake. Thanks.



More information about the wine-devel mailing list