Thread: npgsql - Npgsql2: Added a fix for 64 bits windows.

npgsql - Npgsql2: Added a fix for 64 bits windows.

From
fxjr@pgfoundry.org (User Fxjr)
Date:
Log Message:
-----------

Added a fix for 64 bits windows. The type of the SecHandle structure was hardcoded to int 32 bit int values which was
givingproblems on 64 bits windows. Now uses an architecture independente pointer type. Thanks Brar Piening for patch
andheads up. 

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        SSPIHandler.cs (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SSPIHandler.cs?r1=1.1&r2=1.2)