[ofw] RE: svn.2081 fails to build due to XP compile error

Smith, Stan stan.smith at intel.com
Tue Apr 7 09:51:41 PDT 2009


Leonid Keller wrote:
> Go ahead!

Applied in revision: 2082

>
>> -----Original Message-----
>> From: Smith, Stan [mailto:stan.smith at intel.com]
>> Sent: Tuesday, April 07, 2009 6:48 PM
>> To: Fab Tillier; Leonid Keller
>> Subject: RE: svn.2081 fails to build due to XP compile error
>>
>> Fab Tillier wrote:
>>>> 4>errors in directory f:\openib-windows-
>>>> svn\latest\gen1\trunk\core\al\kernel
>>>> 4>f:\openib-windows-
>>>> svn\latest\gen1\trunk\core\al\kernel\al_proxy_ndi.c(594) : error
>>>> C4013: 'IoCsqInsertIrpEx' undefined; assuming extern returning int
>>>>
>>>> Comments?
>>>
>>> Forgot to add this as the last include statement in al_proxy_ndi.c:
>>>
>>> #if WINVER <= 0x501
>>> #include "csq.h"
>>> #endif
>>>
>>> Let me know if you want a patch and I'll do a fresh checkout of the
>>> tree (my SVN working tree is in a non-updateable state at the
>>> moment.)
>>>
>>> -Fab
>>
>> Patch works fine, XP == happiness.
>> Thank you.
>> If it's OK with Leo, I'll go ahead and check in this patch.
>>
>> diff U3 Z:/Documents and Settings/scsmith/My
>> Documents/openIB-windows/SVN/gen1/trunk/core/al/kernel/al_prox
>> y_ndi.c
>> F:/openIB-windows-svn/latest/gen1/trunk/core/al/kernel/al_proxy_ndi.c
>> --- Z:/Documents and Settings/scsmith/My
>> Documents/openIB-windows/SVN/gen1/trunk/core/al/kernel/al_prox
>> y_ndi.c  Mon Apr 06 16:31:48 2009 +++
>> F:/openIB-windows-svn/latest/gen1/trunk/core/al/kernel/al_prox
>> y_ndi.c       Tue Apr 07 08:43:06 2009
>> @@ -54,6 +54,10 @@
>>  #include "al_proxy_ndi.h"
>>  #include "al_ndi_cm.h"
>>
>> +#if WINVER <= 0x501
>> +#include "csq.h"
>> +#endif
>> +
>>  /*******************************************************************
>>   * * IOCTLS
>>
>> Stan.




More information about the ofw mailing list