64 Bit patch (WAS: psqlodbc developer)

Поиск
Список
Период
Сортировка
От Dave Page
Тема 64 Bit patch (WAS: psqlodbc developer)
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40C3824@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: 64 Bit patch (WAS: psqlodbc developer)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-odbc
Hi Karol,

I've forwarded this patch to the list for review before it's applied (I
don't use IODBC).

Please send any further patches to there as well so they can be properly
reviewed.

Thanks, Dave.

> -----Original Message-----
> From: Karol Szkudlarek [mailto:karol@mikronika.com.pl]
> Sent: 01 July 2004 22:10
> To: Dave Page
> Subject: Re: psqlodbc developer
>
> I checkout latest cvs trunk and you can't commit the
> following changes (from my patch.. :-)). I think that should
> be useful for IODBC version of the driver:
>
>
> diff -x .svn -x stamp-h1 -x .deps -x '*.*[oa]' -x 'config.*'
> psqlodbc-07.03.0200/iodbc.h psqlodbc-07.03.0200-my/iodbc.h
> 8a9
>  > #include <stdint.h>
> 28,30c29,31
> < typedef signed short SSHOR;
> < typedef short WORD;
> < typedef long DWORD;
> ---
>  > typedef int16_t SSHOR;
>  > typedef int16_t WORD;
>  > typedef int32_t DWORD;
> diff -x .svn -x stamp-h1 -x .deps -x '*.*[oa]' -x 'config.*'
> psqlodbc-07.03.0200/isql.h psqlodbc-07.03.0200-my/isql.h
> 8a9
>  > #ifdef WIN32
> 14c15,23
> <
> ---
>  > typedef unsigned char UCHAR;
>  > #else
>  > #include <stdint.h>
>  > typedef int32_t  SDWORD;
>  > typedef int16_t  SWORD;
>  > typedef uint32_t UDWORD;
>  > typedef uint16_t UWORD;
>  > typedef uint8_t UCHAR;
>  > #endif
>
> Am I right? :-)
>
> Greets,
> Karol
>
> ps.
>
> I am subscriber of psqlodbc mailing list since two months.. :-)
>
>
>
>
>
>

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Ed Brown"
Дата:
Сообщение: Re: ODBC and multi-threading: basics
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: 64 Bit patch (WAS: psqlodbc developer)