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

Started by Nonameover 16 years ago1 messagescomitters
Jump to latest
#1Noname
fxjr@pgfoundry.org

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 giving problems on 64 bits windows. Now uses an architecture independente pointer type. Thanks Brar Piening for patch and heads 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)