>> Looking into the sspi.h header line, it has the following definition:
>>
>> typedef UNICODE_STRING SECURITY_STRING, *PSECURITY_STRING;
>>
>> So somehow the UNICODE_STRING type is not found be the compiler.
>>
>> Can someone please help me to solve this?
>>
>
> When I tried to compile it 2
Hey,
> I am trying to work through the steps of compiling the EFL libraries on a
> Windows XP Professional virtual VMWare machine.
>
> I have setup the MSYS/MinGW system as described on the wiki page
> EFL_Windows_XP.
>
> I recently checked out all sources from the e trunk in subversion (revisi
Hi,
I am trying to work through the steps of compiling the EFL libraries on a
Windows XP Professional virtual VMWare machine.
I have setup the MSYS/MinGW system as described on the wiki page EFL_Windows_XP.
I recently checked out all sources from the e trunk in subversion (revision
37701).
Wh